Stub for GetSecurityDescriptorControl.

This commit is contained in:
Juergen Schmied 1999-01-31 09:21:31 +00:00 committed by Alexandre Julliard
parent 535f32ffd5
commit bf635b66a2
2 changed files with 11 additions and 1 deletions

View File

@ -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]
*

View File

@ -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