Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |