SID_INFO 結構 (aclui.h)
SID_INFO 結構包含對應至 ISecurityInformation2::LookupSids 所傳回之 SID 結構的通用名稱清單。 它是 SID_INFO_LIST 結構的成員。
語法
typedef struct _SID_INFO {
PSID pSid;
PWSTR pwzCommonName;
PWSTR pwzClass;
PWSTR pwzUPN;
} SID_INFO, *PSID_INFO;
成員
pSid
SID 結構的指標,識別傳入 ISecurityInformation2::LookupSids 的其中一個 SID。
pwzCommonName
字串的指標,包含對應至 pSid 中所指定 SID 結構的通用名稱。
pwzClass
字串的指標,描述 SID 結構為使用者或群組。 此字串的可能值如下所示:
“計算機”
“Group”
"User"
pwzUPN
用戶主體名稱的指標, (UPN) 對應至 pSid 中指定的 SID 結構。 如果尚未為 SID 結構指定 UPN,此參數的值會是 NULL。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
標頭 | aclui.h |