|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| HINSTANCE | hDllInstance |
| DWORD WINAPI AccFreeIndexArray | ( | PINHERITED_FROMW | pInheritArray, |
| USHORT | AceCnt, | ||
| PFN_OBJECT_MGR_FUNCTS pfnArray | OPTIONAL | ||
| ) |
Definition at line 1605 of file ntmarta.c.
| DWORD WINAPI AccGetInheritanceSource | ( | LPWSTR | pObjectName, |
| SE_OBJECT_TYPE | ObjectType, | ||
| SECURITY_INFORMATION | SecurityInfo, | ||
| BOOL | Container, | ||
| GUID ** | pObjectClassGuids, | ||
| DWORD | GuidCount, | ||
| PACL | pAcl, | ||
| PFN_OBJECT_MGR_FUNCTS | pfnArray, | ||
| PGENERIC_MAPPING | pGenericMapping, | ||
| PINHERITED_FROMW | pInheritArray | ||
| ) |
Definition at line 271 of file ntmarta.c.
Referenced by AccRewriteSetEntriesInAcl().
|
static |
Definition at line 1186 of file ntmarta.c.
Referenced by AccRewriteGetNamedRights(), and AccRewriteSetNamedRights().
|
static |
Definition at line 196 of file ntmarta.c.
Referenced by AccRewriteGetExplicitEntriesFromAcl().
|
static |
Definition at line 73 of file ntmarta.c.
Referenced by AccRewriteGetExplicitEntriesFromAcl().
|
static |
Definition at line 190 of file ntmarta.c.
Referenced by AccRewriteGetExplicitEntriesFromAcl(), and AccRewriteSetEntriesInAcl().
|
static |
Definition at line 108 of file ntmarta.c.
Referenced by AccpGetAceSid().
|
static |
Definition at line 337 of file ntmarta.c.
Referenced by AccRewriteGetExplicitEntriesFromAcl().
|
static |
Definition at line 294 of file ntmarta.c.
Referenced by AccRewriteGetExplicitEntriesFromAcl().
|
static |
Definition at line 438 of file ntmarta.c.
Referenced by AccpGetTrusteeSid().
|
static |
Definition at line 226 of file ntmarta.c.
Referenced by AccRewriteSetEntriesInAcl().
|
static |
Definition at line 565 of file ntmarta.c.
Referenced by AccRewriteSetEntriesInAcl().
|
static |
Definition at line 454 of file ntmarta.c.
Referenced by AccpGetTrusteeSid().
|
static |
Definition at line 499 of file ntmarta.c.
Referenced by AccpGetTrusteeSid().
|
static |
Definition at line 400 of file ntmarta.c.
Referenced by AccpGetTrusteeSid().
|
static |
Definition at line 919 of file ntmarta.c.
Referenced by AccRewriteGetNamedRights(), and AccRewriteSetNamedRights().
| DWORD WINAPI AccRewriteGetExplicitEntriesFromAcl | ( | PACL | pacl, |
| PULONG | pcCountOfExplicitEntries, | ||
| PEXPLICIT_ACCESS_W * | pListOfExplicitEntries | ||
| ) |
Definition at line 1635 of file ntmarta.c.
| DWORD WINAPI AccRewriteGetHandleRights | ( | HANDLE | handle, |
| SE_OBJECT_TYPE | ObjectType, | ||
| SECURITY_INFORMATION | SecurityInfo, | ||
| PSID * | ppsidOwner, | ||
| PSID * | ppsidGroup, | ||
| PACL * | ppDacl, | ||
| PACL * | ppSacl, | ||
| PSECURITY_DESCRIPTOR * | ppSecurityDescriptor | ||
| ) |
Definition at line 654 of file ntmarta.c.
| DWORD WINAPI AccRewriteGetNamedRights | ( | LPWSTR | pObjectName, |
| SE_OBJECT_TYPE | ObjectType, | ||
| SECURITY_INFORMATION | SecurityInfo, | ||
| PSID * | ppsidOwner, | ||
| PSID * | ppsidGroup, | ||
| PACL * | ppDacl, | ||
| PACL * | ppSacl, | ||
| PSECURITY_DESCRIPTOR * | ppSecurityDescriptor | ||
| ) |
Definition at line 1228 of file ntmarta.c.
| DWORD WINAPI AccRewriteSetEntriesInAcl | ( | ULONG | cCountOfExplicitEntries, |
| PEXPLICIT_ACCESS_W | pListOfExplicitEntries, | ||
| PACL | OldAcl, | ||
| PACL * | NewAcl | ||
| ) |
Definition at line 1336 of file ntmarta.c.
| DWORD WINAPI AccRewriteSetHandleRights | ( | HANDLE | handle, |
| SE_OBJECT_TYPE | ObjectType, | ||
| SECURITY_INFORMATION | SecurityInfo, | ||
| PSECURITY_DESCRIPTOR | pSecurityDescriptor | ||
| ) |
Definition at line 843 of file ntmarta.c.
| DWORD WINAPI AccRewriteSetNamedRights | ( | LPWSTR | pObjectName, |
| SE_OBJECT_TYPE | ObjectType, | ||
| SECURITY_INFORMATION | SecurityInfo, | ||
| PSECURITY_DESCRIPTOR | pSecurityDescriptor | ||
| ) |
Definition at line 1286 of file ntmarta.c.
| DWORD WINAPI AccTreeResetNamedSecurityInfo | ( | LPWSTR | pObjectName, |
| SE_OBJECT_TYPE | ObjectType, | ||
| SECURITY_INFORMATION | SecurityInfo, | ||
| PSID | pOwner, | ||
| PSID | pGroup, | ||
| PACL | pDacl, | ||
| PACL | pSacl, | ||
| BOOL | KeepExplicit, | ||
| FN_PROGRESSW | fnProgress, | ||
| PROG_INVOKE_SETTING | ProgressInvokeSetting, | ||
| PVOID | Args | ||
| ) |
@DllMain
Core routine of the Utility Manager's library.
| [in] | hDllInstance | The entry point instance of the library. |
| [in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
| [in] | lpvReserved | Reserved. |
Definition at line 1781 of file ntmarta.c.
| VOID WINAPI QuerySecurityAccessMask | ( | IN SECURITY_INFORMATION | SecurityInformation, |
| OUT LPDWORD | DesiredAccess | ||
| ) |
Definition at line 57 of file ntmarta.c.
Referenced by AccpOpenNamedObject().
| VOID WINAPI SetSecurityAccessMask | ( | IN SECURITY_INFORMATION | SecurityInformation, |
| OUT LPDWORD | DesiredAccess | ||
| ) |
Definition at line 39 of file ntmarta.c.
Referenced by AccpOpenNamedObject().