Stub for GetSecurityDescriptorControl.
This commit is contained in:
parent
535f32ffd5
commit
bf635b66a2
|
@ -620,6 +620,16 @@ NotifyBootConfigStatus( DWORD x1 )
|
|||
return 1;
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
* 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]
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue