Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 3.17 KB

ns-accctrl-actrl_accessa.md

File metadata and controls

93 lines (71 loc) · 3.17 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
NS:accctrl._ACTRL_ALISTA
ACTRL_ACCESSA (accctrl.h)
Contains an array of access-control lists for an object and its properties. (ANSI)
*PACTRL_ACCESSA
*PACTRL_AUDITA
ACTRL_ACCESS
ACTRL_ACCESS structure [COM]
ACTRL_ACCESSA
ACTRL_ACCESSW
ACTRL_AUDIT
ACTRL_AUDITA
PACTRL_ACCESS
PACTRL_ACCESS structure pointer [COM]
PACTRL_ACCESSW_ALLOCATE_ALL_NODES
_ACTRL_ALISTA
_ACTRL_ALISTW
accctrl/ACTRL_ACCESS
accctrl/ACTRL_ACCESSA
accctrl/ACTRL_ACCESSW
accctrl/PACTRL_ACCESS
com.actrl_access
com\actrl_access.htm
com
d7fb10c1-ebb8-44cf-b61c-a70a787b324f
12/05/2018
*PACTRL_ACCESSA, *PACTRL_AUDITA, ACTRL_ACCESS, ACTRL_ACCESS structure [COM], ACTRL_ACCESSA, ACTRL_ACCESSW, ACTRL_AUDIT, ACTRL_AUDITA, PACTRL_ACCESS, PACTRL_ACCESS structure pointer [COM], PACTRL_ACCESSW_ALLOCATE_ALL_NODES, _ACTRL_ALISTA, _ACTRL_ALISTW, accctrl/ACTRL_ACCESS, accctrl/ACTRL_ACCESSA, accctrl/ACTRL_ACCESSW, accctrl/PACTRL_ACCESS, com.actrl_access
accctrl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ACTRL_ACCESSW (Unicode) and ACTRL_ACCESSA (ANSI)
Windows
ACTRL_ACCESSA, *PACTRL_ACCESSA, ACTRL_AUDITA, *PACTRL_AUDITA
19H1
_ACTRL_ALISTA
accctrl/_ACTRL_ALISTA
PACTRL_ACCESSA
accctrl/PACTRL_ACCESSA
ACTRL_ACCESSA
accctrl/ACTRL_ACCESSA
c++
APIRef
kbSyntax
HeaderDef
AccCtrl.h
ACTRL_ACCESS
ACTRL_ACCESSA
ACTRL_ACCESSW

ACTRL_ACCESSA structure

-description

Contains an array of access-control lists for an object and its properties.

-struct-fields

-field cEntries

The number of entries in the pPropertyAccessList array.

-field pPropertyAccessList

An array of ACTRL_PROPERTY_ENTRY structures. Each structure contains a list of access-control entries for an object or a specified property on the object.

-field pPropertyAccessList.size_is

-field pPropertyAccessList.size_is.cEntries

-remarks

Note the following type definition.

typedef PACTRL_ACCESSW PACTRL_ACCESSW_ALLOCATE_ALL_NODES;

Note

The accctrl.h header defines ACTRL_ACCESS as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also

IAccessControl::GrantAccessRights