定義
int GetSessionInfo(int sessionId, out string userName, out string computerName, out int roleType);
パラメーター
| 名前 | 型 | 説明 |
|---|---|---|
sessionId | int | 情報を取得するセッションの ID。 |
userName | out string | ユーザー名。 |
computerName | out string | ユーザーのコンピューター名。 |
roleType | out int | ユーザーロールの種類。使用可能な値については、RoleType を参照してください。 |
戻り値
| 型 | 説明 |
|---|---|
int | ユーザーID。 |
