mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* include/winbase.h: Add prototype for SetSecurityDescriptorControl.
This commit is contained in:
parent
7d72d04c77
commit
e625e1b99e
@ -1,3 +1,7 @@
|
||||
Wed Dec 20 13:34:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/winbase.h: Add prototype for SetSecurityDescriptorControl.
|
||||
|
||||
Mon Dec 11 13:11:36 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* lib/Makefile.in: Install headers and libraries in tooldir.
|
||||
|
@ -1486,6 +1486,7 @@ BOOL WINAPI SetProcessAffinityMask(HANDLE,DWORD);
|
||||
BOOL WINAPI SetProcessPriorityBoost(HANDLE,BOOL);
|
||||
BOOL WINAPI SetProcessShutdownParameters(DWORD,DWORD);
|
||||
BOOL WINAPI SetProcessWorkingSetSize(HANDLE,DWORD,DWORD);
|
||||
BOOL WINAPI SetSecurityDescriptorControl(PSECURITY_DESCRIPTOR,SECURITY_DESCRIPTOR_CONTROL,SECURITY_DESCRIPTOR_CONTROL);
|
||||
BOOL WINAPI SetSecurityDescriptorDacl(PSECURITY_DESCRIPTOR,BOOL,PACL,BOOL);
|
||||
BOOL WINAPI SetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR,PSID,BOOL);
|
||||
BOOL WINAPI SetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR,PSID,BOOL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user