mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:26:02 +00:00
[PSDK]
winternl.h: Fix RtlLookupAtomInAtomTable prototype (should be sent to wine? not sure) svn path=/trunk/; revision=62480
This commit is contained in:
parent
c82b3ee66d
commit
de561c683e
1 changed files with 2 additions and 2 deletions
|
@ -632,7 +632,7 @@ typedef enum _FSINFOCLASS {
|
|||
FileFsMaximumInformation
|
||||
} FS_INFORMATION_CLASS, *PFS_INFORMATION_CLASS;
|
||||
|
||||
typedef enum _KEY_INFORMATION_CLASS {
|
||||
typedef enum _KEY_INFORMATION_CLASS {
|
||||
KeyBasicInformation = 0,
|
||||
KeyNodeInformation = 1,
|
||||
KeyFullInformation = 2,
|
||||
|
@ -2244,7 +2244,7 @@ ULONG WINAPI RtlLengthSecurityDescriptor(PSECURITY_DESCRIPTOR);
|
|||
DWORD WINAPI RtlLengthSid(PSID);
|
||||
NTSTATUS WINAPI RtlLocalTimeToSystemTime(const LARGE_INTEGER*,PLARGE_INTEGER);
|
||||
BOOLEAN WINAPI RtlLockHeap(HANDLE);
|
||||
NTSTATUS WINAPI RtlLookupAtomInAtomTable(RTL_ATOM_TABLE,const WCHAR*,RTL_ATOM*);
|
||||
NTSTATUS WINAPI RtlLookupAtomInAtomTable(RTL_ATOM_TABLE*,const WCHAR*,RTL_ATOM*);
|
||||
|
||||
NTSTATUS WINAPI RtlMakeSelfRelativeSD(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,LPDWORD);
|
||||
void WINAPI RtlMapGenericMask(PACCESS_MASK,const GENERIC_MAPPING*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue