GetWindowsAccountDomainSid 関数 (securitybaseapi.h)
GetWindowsAccountDomainSid 関数は、セキュリティ識別子 (SID) を受け取り、その SID のドメインを表す SID を返します。
構文
BOOL GetWindowsAccountDomainSid(
[in] PSID pSid,
[out, optional] PSID pDomainSid,
[in, out] DWORD *cbDomainSid
);
パラメーター
[in] pSid
調べる SID へのポインター。
[out, optional] pDomainSid
GetWindowsAccountDomainSid がドメインを表す SID へのポインターで埋めるポインター。
[in, out] cbDomainSid
GetWindowsAccountDomainSid がドメイン SID のサイズをバイト単位で埋める DWORD へのポインター。
戻り値
成功した場合は TRUE を 返します。
それ以外の場合は、 FALSE を返します。 拡張エラー情報については、 GetLastError を呼び出します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP [デスクトップ アプリ | UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2003 [デスクトップ アプリのみ | UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | securitybaseapi.h (Windows.h を含む) |
Library | Advapi32.lib |
[DLL] | Advapi32.dll |