ZwQuerySecurityObject

Does anyone have the declaration of ‘ZwQuerySecurityObject’?

Thanks!

It has the same prototype that GetKernelObjectSecurity.
In the MSDN this one has the following prototype:

BOOL GetKernelObjectSecurity(
HANDLE Handle , // handle to object
SECURITY_INFORMATION RequestedInformation , // request
PSECURITY_DESCRIPTOR pSecurityDescriptor , // SD
DWORD nLength , // size of SD
LPDWORD lpnLengthNeeded // required size of buffer
);

Inaki.

-----Original Message-----
From: Smith, Joel
Sent: lunes 17 de abril de 2000 18:21
To: File Systems Developers
Subject: [ntfsd] ZwQuerySecurityObject

Does anyone have the declaration of ‘ZwQuerySecurityObject’?

Thanks!