Skip to content

Latest commit

 

History

History
86 lines (60 loc) · 2.18 KB

nf-ntifs-rtlgetace.md

File metadata and controls

86 lines (60 loc) · 2.18 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NF:ntifs.RtlGetAce
RtlGetAce function (ntifs.h)
The RtlGetAce routine obtains a pointer to an access control entry (ACE) in an access control list (ACL).
ifsk\rtlgetace.htm
ifsk
04/16/2018
RtlGetAce function
RtlGetAce, RtlGetAce routine [Installable File System Drivers], ifsk.rtlgetace, ntifs/RtlGetAce, rtlref_e018acc3-f776-4d15-9e0b-9e34d286a746.xml
ntifs.h
Ntifs.h
Universal
Windows XP
NtosKrnl.lib
NtosKrnl.exe (kernel mode); Ntdll.dll (user mode)
< DISPATCH_LEVEL
Windows
RtlGetAce
ntifs/RtlGetAce
APIRef
kbSyntax
DllExport
NtosKrnl.exe
Ntdll.dll
RtlGetAce

RtlGetAce function

-description

The RtlGetAce routine obtains a pointer to an access control entry (ACE) in an access control list (ACL).

-parameters

-param Acl [in]

Pointer to an ACL containing the ACE to be retrieved.

-param AceIndex [in]

Specifies the ACE to which a pointer is retrieved. A value of zero corresponds to the first ACE in the ACL, 1 to the second ACE, and so on.

-param Ace [out]

Pointer to a caller-allocated variable to receive the address of the ACE within the ACL.

-returns

RtlGetAce returns STATUS_SUCCESS or an error status code such as STATUS_INVALID_PARAMETER.

-remarks

For more information about security and access control, see Windows security model for driver developers and the documentation on these topics in the Windows SDK.

-see-also

ACE

ACL

RtlCreateAcl