Add proper names to ordinal-only functions.

This commit is contained in:
Robert Shearman 2003-09-11 01:04:24 +00:00 committed by Alexandre Julliard
parent 7b2d01357e
commit 5dbf835b43
4 changed files with 116 additions and 112 deletions

View File

@ -94,8 +94,8 @@
386 stdcall -noname DPA_DestroyCallback(ptr ptr long) 386 stdcall -noname DPA_DestroyCallback(ptr ptr long)
387 stdcall -noname DSA_EnumCallback(ptr ptr long) 387 stdcall -noname DSA_EnumCallback(ptr ptr long)
388 stdcall -noname DSA_DestroyCallback(ptr ptr long) 388 stdcall -noname DSA_DestroyCallback(ptr ptr long)
389 stub @ 389 stub -noname SHGetProcessDword
390 stub @ 390 stub -noname ImageList_SetColorTable
400 stdcall -noname CreateMRUListW(ptr) 400 stdcall -noname CreateMRUListW(ptr)
401 stdcall -noname AddMRUStringW(long wstr) 401 stdcall -noname AddMRUStringW(long wstr)
402 stdcall -noname FindMRUStringW(long wstr ptr) 402 stdcall -noname FindMRUStringW(long wstr ptr)
@ -105,14 +105,14 @@
411 stdcall GetWindowSubclass(long ptr long ptr) 411 stdcall GetWindowSubclass(long ptr long ptr)
412 stdcall RemoveWindowSubclass(long ptr long) 412 stdcall RemoveWindowSubclass(long ptr long)
413 stdcall DefSubclassProc(long long long long) 413 stdcall DefSubclassProc(long long long long)
414 stub @ 414 stub -noname MirrorIcon
415 stdcall @(long long long long long) COMCTL32_415 415 stdcall -noname DrawTextWrap(long long long long long)
416 stub @ 416 stub -noname DrawTextExPrivWrap
417 stdcall @(long long long long ptr wstr long ptr) COMCTL32_417 417 stdcall -noname ExtTextOutWrap(long long long long ptr wstr long ptr)
418 stub @ 418 stub -noname GetCharWidthWrap
419 stdcall @(long long long long) COMCTL32_419 419 stdcall -noname GetTextExtentPointWrap(long long long long)
420 stub @ 420 stub -noname GetTextExtentPoint32Wrap
421 stub @ 421 stub -noname TextOutWrap
# Functions imported by name # Functions imported by name

View File

@ -165,7 +165,7 @@ DPA_LoadStream (HDPA *phDpa, DPALOADPROC loadProc, IStream *pStream, LPARAM lPar
/* store the handle to the dpa */ /* store the handle to the dpa */
*phDpa = hDpa; *phDpa = hDpa;
FIXME ("new hDpa=%p\n", hDpa); FIXME ("new hDpa=%p, errorcode=%lx\n", hDpa, errCode);
return errCode; return errCode;
} }
@ -2741,7 +2741,7 @@ INT WINAPI COMCTL32_StrSpnW( LPWSTR lpStr, LPWSTR lpSet) {
* Parameter 1 is an HWND, you're on your own for the rest. * Parameter 1 is an HWND, you're on your own for the rest.
*/ */
BOOL WINAPI COMCTL32_415( HWND hwnd, DWORD b, DWORD c, DWORD d, DWORD e) BOOL WINAPI DrawTextWrap( HWND hwnd, DWORD b, DWORD c, DWORD d, DWORD e)
{ {
FIXME("(%p, %lx, %lx, %lx, %lx): stub!\n", hwnd, b, c, d, e); FIXME("(%p, %lx, %lx, %lx, %lx): stub!\n", hwnd, b, c, d, e);
@ -2753,7 +2753,7 @@ BOOL WINAPI COMCTL32_415( HWND hwnd, DWORD b, DWORD c, DWORD d, DWORD e)
* @ [COMCTL32.417] * @ [COMCTL32.417]
* *
*/ */
BOOL WINAPI COMCTL32_417(HDC hdc, INT x, INT y, UINT flags, const RECT *lprect, BOOL WINAPI ExtTextOutWrap(HDC hdc, INT x, INT y, UINT flags, const RECT *lprect,
LPCWSTR str, UINT count, const INT *lpDx) LPCWSTR str, UINT count, const INT *lpDx)
{ {
return ExtTextOutW(hdc, x, y, flags, lprect, str, count, lpDx); return ExtTextOutW(hdc, x, y, flags, lprect, str, count, lpDx);
@ -2765,7 +2765,7 @@ BOOL WINAPI COMCTL32_417(HDC hdc, INT x, INT y, UINT flags, const RECT *lprect,
* FIXME: What's this supposed to do? * FIXME: What's this supposed to do?
*/ */
BOOL WINAPI COMCTL32_419( DWORD a, DWORD b, DWORD c, DWORD d) BOOL WINAPI GetTextExtentPointWrap( DWORD a, DWORD b, DWORD c, DWORD d)
{ {
FIXME("(%lx, %lx, %lx, %lx): stub!\n", a, b, c, d); FIXME("(%lx, %lx, %lx, %lx): stub!\n", a, b, c, d);

View File

@ -1,102 +1,106 @@
# ordinal exports # ordinal exports
101 stub @ 101 stub -noname IEWinMain
102 stub @ 102 stub -noname CreateShortcutInDirA
103 stub @ 103 stub -noname CreateShortcutInDirW
104 stub @ 104 stub -noname WhichPlatformFORWARD
105 stub @ 105 stub -noname CreateShortcutInDirEx
106 stub HlinkFindFrame 106 stub HlinkFindFrame
107 stub SetShellOfflineState 107 stub SetShellOfflineState
108 stub AddUrlToFavorites 108 stub AddUrlToFavorites
110 stdcall SHDOCVW_110() SHDOCVW_110 110 stdcall -noname WinList_Init()
111 stub @ 111 stub -noname WinList_Terminate
115 stub @ 115 stub -noname CreateFromDesktop
116 stub @ 116 stub -noname DDECreatePostNotify
117 stub IEAboutBox 117 stub -noname DDEHandleViewFolderNotify
118 stdcall SHDOCVW_118(long) SHDOCVW_118 @ stub IEAboutBox
119 stub @ 118 stdcall -noname ShellDDEInit(long)
120 stub @ 119 stub -noname SHCreateDesktop
121 stub @ 120 stub -noname SHDesktopMessageLoop
122 stub @ 121 stub -noname StopWatchModeFORWARD
123 stub @ 122 stub -noname StopWatchFlushFORWARD
125 stdcall SHDOCVW_125() SHDOCVW_125 123 stub -noname StopWatchFORWARD
130 stub @ 125 stdcall -noname RunInstallUninstallStubs()
131 stub @ 130 stub -noname RunInstallUninstallStubs2
135 stub @ 131 stub -noname SHCreateSplashScreen
136 stub @ 135 stub -noname IsFileUrl
137 stub @ 136 stub -noname IsFileUrlW
138 stub @ 137 stub -noname PathIsFilePath
139 stub @ 138 stub -noname URLSubLoadString
140 stub @ 139 stub -noname OpenPidlOrderStream
141 stub @ 140 stub -noname DragDrop
142 stub @ 141 stub -noname IEInvalidateImageList
143 stub @ 142 stub -noname IEMapPIDLToSystemImageListIndex
145 stub @ 143 stub -noname ILIsWeb
146 stub @ 145 stub -noname IEGetAttributesOf
147 stub @ 146 stub -noname IEBindToObject
148 stub @ 147 stub -noname IEGetNameAndFlags
149 stub @ 148 stub -noname IEGetDisplayName
150 stub @ 149 stub -noname IEBindToObjectEx
151 stub @ 150 stub -noname _GetStdLocation
152 stub @ 151 stub -noname URLSubRegQueryA
153 stub @ 152 stub -noname CShellUIHelper_CreateInstance2
158 stub @ 153 stub -noname IsURLChild
159 stub @ 158 stub -noname SHRestricted2A
160 stub @ 159 stub -noname SHRestricted2W
161 stub @ 160 stub -noname SHIsRestricted2W
162 stub @ 161 stub @ # CSearchAssistantOC::OnDraw
162 stub -noname CDDEAuto_Navigate
163 stub SHAddSubscribeFavorite 163 stub SHAddSubscribeFavorite
164 stub @ 164 stub -noname ResetProfileSharing
165 stub @ 165 stub -noname URLSubstitution
167 stub @ 167 stub -noname IsIEDefaultBrowser
169 stub @ 169 stub -noname ParseURLFromOutsideSourceA
170 stub @ 170 stub -noname ParseURLFromOutsideSourceW
171 stub @ 171 stub -noname _DeletePidlDPA
172 stub @ 172 stub -noname IURLQualify
173 stub @ 173 stub -noname SHIsRestricted
174 stub @ 174 stub -noname SHIsGlobalOffline
175 stub @ 175 stub -noname DetectAndFixAssociations
176 stub @ 176 stub -noname EnsureWebViewRegSettings
177 stub @ 177 stub -noname WinList_NotifyNewLocation
178 stub @ 178 stub -noname WinList_FindFolderWindow
179 stub @ 179 stub -noname WinList_GetShellWindows
180 stub @ 180 stub -noname WinList_RegisterPending
181 stub @ 181 stub -noname WinList_Revoke
183 stub @ 183 stub -noname SHMapNbspToSp
185 stub @ 185 stub -noname FireEvent_Quit
187 stub @ 187 stub -noname SHDGetPageLocation
188 stub @ 188 stub -noname SHIEErrorMsgBox
189 stub @ 189 stub -noname IEGetDisplayName
190 stub @ 190 stub -noname SHRunIndirectRegClientCommandForward
191 stub @ 191 stub -noname SHIsRegisteredClient
192 stub @ 192 stub -noname SHGetHistoryPIDL
194 stub @ 194 stub -noname IECleanUpAutomationObject
195 stub @ 195 stub -noname IEOnFirstBrowserCreation
196 stub @ 196 stub -noname IEDDE_WindowDestroyed
197 stub @ 197 stub -noname IEDDE_NewWindow
198 stub @ 198 stub -noname IsErrorUrl
199 stub @ 199 stub @
200 stub @ 200 stub -noname SHGetViewStream
203 stub @ 203 stub -noname NavToUrlUsingIEA
204 stub @ 204 stub -noname NavToUrlUsingIEW
208 stub @ 208 stub -noname SearchForElementInHead
209 stub @ 209 stub -noname JITCoCreateInstance
210 stub @ 210 stub -noname UrlHitsNetW
211 stub @ 211 stub -noname ClearAutoSuggestForForms
212 stub @ 212 stub -noname GetLinkInfo
213 stub @ 213 stub -noname UseCustomInternetSearch
214 stub @ 214 stub -noname GetSearchAssistantUrlW
215 stub @ 215 stub -noname GetSearchAssistantUrlA
216 stub @ 216 stub -noname GetDefaultInternetSearchUrlW
217 stub @ 217 stub -noname GetDefaultInternetSearchUrlA
218 stub @ 218 stub -noname IEParseDisplayNameWithBCW
219 stub @ 219 stub -noname IEILIsEqual
220 stub @ 220 stub @
221 stub @ 221 stub -noname IECreateFromPathCPWithBCA
222 stub @ 222 stub -noname IECreateFromPathCPWithBCW
223 stub @ 223 stub -noname ResetWebSettings
224 stub @ 224 stub -noname IsResetWebSettingsRequired
225 stub @ 225 stub -noname PrepareURLForDisplayUTF8W
226 stub @ 226 stub -noname IEIsLinkSafe
227 stub -noname SHUseClassicToolbarGlyphs
228 stub -noname SafeOpenPromptForShellExec
229 stub -noname SafeOpenPromptForPackager
@ stdcall -private DllCanUnloadNow() SHDOCVW_DllCanUnloadNow @ stdcall -private DllCanUnloadNow() SHDOCVW_DllCanUnloadNow
@ stdcall -private DllGetClassObject(long long ptr) SHDOCVW_DllGetClassObject @ stdcall -private DllGetClassObject(long long ptr) SHDOCVW_DllGetClassObject

View File

@ -82,36 +82,36 @@ HRESULT WINAPI SHDOCVW_DllInstall(BOOL bInstall, LPCWSTR cmdline)
} }
/*********************************************************************** /***********************************************************************
* SHDOCVW_110 (SHDOCVW.110) * @ (SHDOCVW.110)
* *
* Called by Win98 explorer.exe main binary, definitely has 0 * Called by Win98 explorer.exe main binary, definitely has 0
* parameters. * parameters.
*/ */
DWORD WINAPI SHDOCVW_110(void) DWORD WINAPI WinList_Init(void)
{ {
FIXME("(), stub!\n"); FIXME("(), stub!\n");
return 0x0deadfeed; return 0x0deadfeed;
} }
/*********************************************************************** /***********************************************************************
* SHDOCVW_118 (SHDOCVW.118) * @ (SHDOCVW.118)
* *
* Called by Win98 explorer.exe main binary, definitely has only one * Called by Win98 explorer.exe main binary, definitely has only one
* parameter. * parameter.
*/ */
DWORD WINAPI SHDOCVW_118(DWORD dw1) DWORD WINAPI ShellDDEInit(DWORD dw1)
{ {
FIXME("(%08lx), stub!\n", dw1); FIXME("(%08lx), stub!\n", dw1);
return 0xcafedead; return 0xcafedead;
} }
/*********************************************************************** /***********************************************************************
* SHDOCVW_125 (SHDOCVW.125) * @ (SHDOCVW.125)
* *
* Called by Win98 explorer.exe main binary, definitely has 0 * Called by Win98 explorer.exe main binary, definitely has 0
* parameters. * parameters.
*/ */
DWORD WINAPI SHDOCVW_125(void) DWORD WINAPI RunInstallUninstallStubs(void)
{ {
FIXME("(), stub!\n"); FIXME("(), stub!\n");
return 0x0deadbee; return 0x0deadbee;