Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 2.11 KB

ne-objbase-comsd.md

File metadata and controls

77 lines (62 loc) · 2.11 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:objbase.tagCOMSD
COMSD (objbase.h)
Determines the type of COM security descriptor to get when calling CoGetSystemSecurityPermissions.
COMSD
COMSD enumeration [COM]
SD_ACCESSPERMISSIONS
SD_ACCESSRESTRICTIONS
SD_LAUNCHPERMISSIONS
SD_LAUNCHRESTRICTIONS
com.comsd
objbase/COMSD
objbase/SD_ACCESSPERMISSIONS
objbase/SD_ACCESSRESTRICTIONS
objbase/SD_LAUNCHPERMISSIONS
objbase/SD_LAUNCHRESTRICTIONS
com\comsd.htm
com
FF783F27-D5EF-4927-9B7D-489271FBA9B3
12/05/2018
COMSD, COMSD enumeration [COM], SD_ACCESSPERMISSIONS, SD_ACCESSRESTRICTIONS, SD_LAUNCHPERMISSIONS, SD_LAUNCHRESTRICTIONS, com.comsd, objbase/COMSD, objbase/SD_ACCESSPERMISSIONS, objbase/SD_ACCESSRESTRICTIONS, objbase/SD_LAUNCHPERMISSIONS, objbase/SD_LAUNCHRESTRICTIONS
objbase.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
COMSD
19H1
tagCOMSD
objbase/tagCOMSD
COMSD
objbase/COMSD
c++
APIRef
kbSyntax
HeaderDef
Objbase.h
COMSD

COMSD enumeration

-description

Determines the type of COM security descriptor to get when calling CoGetSystemSecurityPermissions.

-enum-fields

-field SD_LAUNCHPERMISSIONS:0

Machine-wide launch permissions.

-field SD_ACCESSPERMISSIONS:1

Machine-wide access permissions.

-field SD_LAUNCHRESTRICTIONS:2

Machine-wide launch limits.

-field SD_ACCESSRESTRICTIONS:3

Machine-wide access limits.

-see-also

CoGetSystemSecurityPermissions