IWTSProtocolConnection::IsUserAllowedToLogon メソッド (wtsprotocol.h)
[IWTSProtocolConnection::IsUserAllowedToLogon は、Windows Server 2012の時点で使用できなくなりました。 代わりに、 IWRdsProtocolConnection::IsUserAllowedToLogon.] を使用します。
ユーザーがセッションにログオンできるかどうかを判断します。
構文
HRESULT IsUserAllowedToLogon(
[in] ULONG SessionId,
[in] HANDLE_PTR UserToken,
[in] WCHAR *pDomainName,
[in] WCHAR *pUserName
);
パラメーター
[in] SessionId
ユーザーに関連付けられているセッション ID を含む整数。
[in] UserToken
ユーザー トークン ハンドルへのポインター。
[in] pDomainName
ユーザーのドメイン名を含む文字列へのポインター。
[in] pUserName
ユーザー名を含む文字列へのポインター。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2008 R2 |
対象プラットフォーム | Windows |
ヘッダー | wtsprotocol.h |