COMSD enumeration (objbase.h)

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_LAUNCHPERMISSIONS
Value: 0
Machine-wide launch permissions.
SD_ACCESSPERMISSIONS
Value: 1
Machine-wide access permissions.
SD_LAUNCHRESTRICTIONS
Value: 2
Machine-wide launch limits.
SD_ACCESSRESTRICTIONS
Value: 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

See also

CoGetSystemSecurityPermissions