GetSessionInfo
操作
セッションに関する情報を取得します。
定義
int GetSessionInfo( int sessionId, outstringuserName, outstringcomputerName, out int roleType );
パラメータ
名前 | 型 | 記述 |
sessionId | int | 情報を取得するセッションのID |
userName | out string | ユーザー名 |
computerName | out string | ユーザーのコンピュータ名 |
roleType | out int | ユーザーロール型。可能な値については、RoleTypeをご覧ください。 |
戻り値
型 | 記述 |
int | ユーザーID |
12.04.2024 18:16:06