This commit is contained in:
parent
dae9c83db3
commit
0972a1a3da
|
@ -680,7 +680,7 @@ typedef NTSTATUS (*P_NtAccessCheckByType) (
|
||||||
PACCESS_MASK GrantedAccess,
|
PACCESS_MASK GrantedAccess,
|
||||||
PNTSTATUS AccessStatus);
|
PNTSTATUS AccessStatus);
|
||||||
|
|
||||||
typedef BOOL (*P_RtlEqualSid) (void * sid1, void * sid2);
|
typedef BOOLEAN (*P_RtlEqualSid) (void * sid1, void * sid2);
|
||||||
|
|
||||||
typedef NTSTATUS (*P_NtQuerySystemInformation)(
|
typedef NTSTATUS (*P_NtQuerySystemInformation)(
|
||||||
IN SYSTEM_INFORMATION_CLASS SystemInformationClass,
|
IN SYSTEM_INFORMATION_CLASS SystemInformationClass,
|
||||||
|
|
Loading…
Reference in New Issue