mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ACTIVEDS] Order the exports, add missing ones and make sure the list matches our target (Windows Server 2003 Sp2). By Radek Liška, confirmed and slightly changed by me. CORE-8174
svn path=/trunk/; revision=69272
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
7 stdcall ADsBuildVarArrayStr(ptr long ptr)
|
||||
8 stdcall ADsBuildVarArrayInt(ptr long ptr)
|
||||
9 stdcall ADsOpenObject(wstr wstr wstr long ptr ptr)
|
||||
#@ stdcall -private DllCanUnloadNow()
|
||||
#@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
12 stdcall ADsSetLastError(long ptr ptr)
|
||||
13 stdcall ADsGetLastError(ptr ptr long ptr long)
|
||||
14 stdcall AllocADsMem(long)
|
||||
@@ -22,7 +24,8 @@
|
||||
26 cdecl PropVariantToAdsType2() # unknown prototype
|
||||
27 cdecl ConvertSecDescriptorToVariant() # unknown prototype
|
||||
28 cdecl ConvertSecurityDescriptorToSecDes() # unknown prototype
|
||||
#@ stdcall -private DllCanUnloadNow()
|
||||
#@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
# BinarySDToSecurityDescriptor
|
||||
# SecurityDescriptorToBinarySD
|
||||
# ConvertTrusteeToSid
|
||||
#@ stdcall -private DllRegisterServer()
|
||||
#@ stdcall -private DllUnregisterServer()
|
||||
|
||||
Reference in New Issue
Block a user