|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <rtl.h>
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
| #define | TAG_SID 'diSp' |
Functions |
| BOOLEAN NTAPI | RtlValidSid (IN PSID Sid_) |
| ULONG NTAPI | RtlLengthRequiredSid (IN ULONG SubAuthorityCount) |
| NTSTATUS NTAPI | RtlInitializeSid (IN PSID Sid_, IN PSID_IDENTIFIER_AUTHORITY IdentifierAuthority, IN UCHAR SubAuthorityCount) |
| PULONG NTAPI | RtlSubAuthoritySid (IN PSID Sid_, IN ULONG SubAuthority) |
| PUCHAR NTAPI | RtlSubAuthorityCountSid (IN PSID Sid_) |
| BOOLEAN NTAPI | RtlEqualSid (IN PSID Sid1_, IN PSID Sid2_) |
| ULONG NTAPI | RtlLengthSid (IN PSID Sid_) |
| NTSTATUS NTAPI | RtlCopySid (ULONG BufferLength, PSID Dest, PSID Src) |
| NTSTATUS NTAPI | RtlCopySidAndAttributesArray (ULONG Count, PSID_AND_ATTRIBUTES Src, ULONG SidAreaSize, PSID_AND_ATTRIBUTES Dest, PVOID SidArea, PVOID *RemainingSidArea, PULONG RemainingSidAreaSize) |
| PSID_IDENTIFIER_AUTHORITY NTAPI | RtlIdentifierAuthoritySid (IN PSID Sid_) |
| NTSTATUS NTAPI | RtlAllocateAndInitializeSid (PSID_IDENTIFIER_AUTHORITY IdentifierAuthority, UCHAR SubAuthorityCount, ULONG SubAuthority0, ULONG SubAuthority1, ULONG SubAuthority2, ULONG SubAuthority3, ULONG SubAuthority4, ULONG SubAuthority5, ULONG SubAuthority6, ULONG SubAuthority7, PSID *Sid) |
| PVOID NTAPI | RtlFreeSid (IN PSID Sid) |
| BOOLEAN NTAPI | RtlEqualPrefixSid (IN PSID Sid1_, IN PSID Sid2_) |
| NTSTATUS NTAPI | RtlConvertSidToUnicodeString (PUNICODE_STRING String, PSID Sid_, BOOLEAN AllocateBuffer) |
Generated on Sun May 27 2012 05:06:24 for ReactOS by
1.7.6.1
|