Skip to content

Latest commit

 

History

History
92 lines (60 loc) · 2.5 KB

nf-ntifs-rtlvalidsid.md

File metadata and controls

92 lines (60 loc) · 2.5 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.RtlValidSid
RtlValidSid function (ntifs.h)
The RtlValidSid routine validates a security identifier (SID) by verifying that the revision number is within a known range and that the number of subauthorities is less than the maximum.
ifsk\rtlvalidsid.htm
ifsk
04/16/2018
RtlValidSid function
RtlValidSid, RtlValidSid routine [Installable File System Drivers], ifsk.rtlvalidsid, ntifs/RtlValidSid, rtlref_8d79344c-bb78-433f-be34-84e314b232a0.xml
ntifs.h
Ntifs.h
Universal
NtosKrnl.lib
NtosKrnl.exe (kernel mode); Ntdll.dll (user mode)
<= APC_LEVEL
Windows
RtlValidSid
ntifs/RtlValidSid
APIRef
kbSyntax
DllExport
NtosKrnl.exe
Ntdll.dll
RtlValidSid

RtlValidSid function

-description

The RtlValidSid routine validates a security identifier (SID) by verifying that the revision number is within a known range and that the number of subauthorities is less than the maximum.

-parameters

-param Sid [in]

Pointer to the SID structure to validate.

-returns

RtlValidSid returns TRUE if the security descriptor is valid, FALSE otherwise.

-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

RtlEqualPrefixSid

RtlEqualSid

RtlInitializeSid

RtlLengthRequiredSid

RtlLengthSid

RtlSubAuthoritySid

SID