Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Determines the type of COM security descriptor to get when calling CoGetSystemSecurityPermissions.
Syntax
typedef enum tagCOMSD {
SD_LAUNCHPERMISSIONS = 0,
SD_ACCESSPERMISSIONS = 1,
SD_LAUNCHRESTRICTIONS = 2,
SD_ACCESSRESTRICTIONS = 3
} COMSD;
Constants
SD_LAUNCHPERMISSIONSValue: 0 Machine-wide launch permissions. |
SD_ACCESSPERMISSIONSValue: 1 Machine-wide access permissions. |
SD_LAUNCHRESTRICTIONSValue: 2 Machine-wide launch limits. |
SD_ACCESSRESTRICTIONSValue: 3 Machine-wide access limits. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | objbase.h |