mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
[BROWSEUI] Reorder some exports.
CORE-8936 CORE-8174 svn path=/trunk/; revision=65756
This commit is contained in:
parent
c58a629e1f
commit
b8416cd7f3
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
@ stdcall -private DllCanUnloadNow()
|
||||
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
@ stdcall -private DllGetVersion(ptr)
|
||||
@ stdcall -private DllInstall(long wstr)
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
101 stdcall -noname InitOCHostClass(long)
|
||||
102 stdcall -noname SHOpenFolderWindow(ptr)
|
||||
103 stdcall -noname SHOpenNewFrame(ptr ptr long long)
|
||||
@ stdcall -private DllCanUnloadNow()
|
||||
105 stdcall -noname SHCreateSavedWindows()
|
||||
106 stdcall -noname SHCreateFromDesktop(long)
|
||||
107 stdcall -noname SHExplorerParseCmdLine(wstr)
|
||||
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
@ stdcall -private DllGetVersion(ptr)
|
||||
@ stdcall -private DllInstall(long wstr)
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
118 stdcall -noname UEMRegisterNotify(long long)
|
||||
120 stdcall -noname SHCreateBandForPidl(ptr ptr long)
|
||||
121 stdcall -noname SHPidlFromDataObject(ptr ptr long ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue