Declare GetSecurityInfo.
This commit is contained in:
parent
74ad0d3ab7
commit
98511484c7
|
@ -28,6 +28,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
DWORD WINAPI GetSecurityInfo( HANDLE, SE_OBJECT_TYPE, SECURITY_INFORMATION,
|
||||
PSID*, PSID*, PACL*, PACL*, PSECURITY_DESCRIPTOR*);
|
||||
|
||||
DWORD WINAPI GetNamedSecurityInfoA(LPSTR, SE_OBJECT_TYPE, SECURITY_INFORMATION,
|
||||
PSID*, PSID*, PACL*, PACL*, PSECURITY_DESCRIPTOR*);
|
||||
DWORD WINAPI GetNamedSecurityInfoW(LPWSTR, SE_OBJECT_TYPE, SECURITY_INFORMATION,
|
||||
|
|
Loading…
Reference in New Issue