Commit bf635b66 authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard

Stub for GetSecurityDescriptorControl.

parent 535f32ff
......@@ -621,6 +621,16 @@ NotifyBootConfigStatus( DWORD x1 )
}
/******************************************************************************
* GetSecurityDescriptorControl32 [ADVAPI32]
*/
BOOL32 GetSecurityDescriptorControl32 ( PSECURITY_DESCRIPTOR pSecurityDescriptor,
/* fixme: PSECURITY_DESCRIPTOR_CONTROL*/ LPVOID pControl, LPDWORD lpdwRevision)
{ FIXME(advapi,"(%p,%p,%p),stub!\n",pSecurityDescriptor,pControl,lpdwRevision);
return 1;
}
/******************************************************************************
* RevertToSelf [ADVAPI32.180]
*
* PARAMS
......
......@@ -53,7 +53,7 @@ type win32
0049 stdcall GetNumberOfEventLogRecords (long ptr) GetNumberOfEventLogRecords32
0050 stdcall GetOldestEventLogRecord (long ptr) GetOldestEventLogRecord32
0051 stub GetPrivateObjectSecurity
0052 stub GetSecurityDescriptorControl
0052 stdcall GetSecurityDescriptorControl (ptr ptr ptr) GetSecurityDescriptorControl32
0053 stub GetSecurityDescriptorDacl
0054 stdcall GetSecurityDescriptorGroup(ptr ptr ptr) GetSecurityDescriptorGroup
0055 stdcall GetSecurityDescriptorLength(ptr) GetSecurityDescriptorLength
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment