shell32.spec 18.3 KB
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1
name	shell32
Alexandre Julliard's avatar
Alexandre Julliard committed
2
type	win32
Alexandre Julliard's avatar
Alexandre Julliard committed
3
init	Shell32LibMain
4
rsrc	shres.res
Alexandre Julliard's avatar
Alexandre Julliard committed
5

6
# fixme: avoid this import
7 8 9 10
import ole32.dll

import shlwapi.dll
import comctl32.dll
11 12 13 14 15
import user32.dll
import gdi32.dll
import advapi32.dll
import kernel32.dll
import ntdll.dll
16 17

debug_channels (exec pidl shell)
18

Alexandre Julliard's avatar
Alexandre Julliard committed
19
# Functions exported by the Win95 shell32.dll 
Alexandre Julliard's avatar
Alexandre Julliard committed
20 21 22
# (these need to have these exact ordinals, for some 
#  win95 and winNT dlls import shell32.dll by ordinal)
# This list was updated to dll version 4.72
Alexandre Julliard's avatar
Alexandre Julliard committed
23

Alexandre Julliard's avatar
Alexandre Julliard committed
24
   2 stdcall SHChangeNotifyRegister(long long long long long long) SHChangeNotifyRegister
25
   4 stdcall SHChangeNotifyDeregister (long) SHChangeNotifyDeregister
Alexandre Julliard's avatar
Alexandre Julliard committed
26 27 28 29 30
   5 stub SHChangeNotifyUpdateEntryList@16
   9 stub PifMgr_OpenProperties@16
  10 stub PifMgr_GetProperties@20
  11 stub PifMgr_SetProperties@20
  13 stub PifMgr_CloseProperties@8
Alexandre Julliard's avatar
Alexandre Julliard committed
31 32
  15 stdcall ILGetDisplayName(ptr ptr) ILGetDisplayName
  16 stdcall ILFindLastID(ptr) ILFindLastID
Eric Kohl's avatar
Eric Kohl committed
33
  17 stdcall ILRemoveLastID(ptr) ILRemoveLastID
Alexandre Julliard's avatar
Alexandre Julliard committed
34
  18 stdcall ILClone(ptr) ILClone
Alexandre Julliard's avatar
Alexandre Julliard committed
35
  19 stdcall ILCloneFirst (ptr) ILCloneFirst
36
  20 stdcall ILGlobalClone (ptr) ILGlobalClone
Alexandre Julliard's avatar
Alexandre Julliard committed
37
  21 stdcall ILIsEqual (ptr ptr) ILIsEqual
38
  23 stdcall ILIsParent (long long long) ILIsParent
Alexandre Julliard's avatar
Alexandre Julliard committed
39
  24 stdcall ILFindChild (long long) ILFindChild
Alexandre Julliard's avatar
Alexandre Julliard committed
40
  25 stdcall ILCombine(ptr ptr) ILCombine
41 42
  26 stdcall ILLoadFromStream (ptr ptr) ILLoadFromStream
  27 stdcall ILSaveToStream(ptr ptr) ILSaveToStream
43
  28 stdcall SHILCreateFromPath (long long long) SHILCreateFromPathAW
44
  29 stdcall PathIsRoot(ptr) PathIsRootAW
45
  30 stdcall PathBuildRoot(ptr long) PathBuildRootAW
46 47
  31 stdcall PathFindExtension(ptr) PathFindExtensionAW
  32 stdcall PathAddBackslash(ptr) PathAddBackslashAW
48 49 50 51
  33 stdcall PathRemoveBlanks(ptr) PathRemoveBlanksAW
  34 stdcall PathFindFileName(ptr) PathFindFileNameAW
  35 stdcall PathRemoveFileSpec(ptr) PathRemoveFileSpecAW
  36 stdcall PathAppend(ptr ptr) PathAppendAW
52
  37 stdcall PathCombine(ptr ptr ptr) PathCombineAW
53
  38 stdcall PathStripPath(ptr)PathStripPathAW
54 55 56
  39 stdcall PathIsUNC (ptr) PathIsUNCAW
  40 stdcall PathIsRelative (ptr) PathIsRelativeAW
  43 stdcall PathIsExe (ptr) PathIsExeAW
57 58 59
  45 stdcall PathFileExists(ptr) PathFileExistsAW
  46 stdcall PathMatchSpec (ptr ptr) PathMatchSpecAW
  47 stdcall PathMakeUniqueName (ptr long ptr ptr ptr)PathMakeUniqueNameAW
60 61
  48 stdcall PathSetDlgItemPath (long long ptr) PathSetDlgItemPathAW
  49 stdcall PathQualify (ptr) PathQualifyAW
62 63
  50 stdcall PathStripToRoot (ptr) PathStripToRootAW
  51 stdcall PathResolve(str long long) PathResolveAW
64
  52 stdcall PathGetArgs(str) PathGetArgsAW
65
  53 stdcall DoEnvironmentSubst (long long) DoEnvironmentSubstAW
66 67 68
  54 stdcall DragAcceptFiles(long long) DragAcceptFiles
  55 stdcall PathQuoteSpaces (ptr) PathQuoteSpacesAW
  56 stdcall PathUnquoteSpaces(str) PathUnquoteSpacesAW
69 70
  57 stdcall PathGetDriveNumber (str) PathGetDriveNumberAW
  58 stdcall ParseField(str long ptr long) ParseFieldAW
71
  59 stub RestartDialog@12
Alexandre Julliard's avatar
Alexandre Julliard committed
72 73 74 75
  60 stdcall ExitWindowsDialog(long) ExitWindowsDialog
  61 stdcall RunFileDlg(long long long str str long) RunFileDlg
  62 stdcall PickIconDlg(long long long long) PickIconDlg
  63 stdcall GetFileNameFromBrowse(long long long long str str str) GetFileNameFromBrowse
76
  64 stdcall DriveType (long) DriveType
Alexandre Julliard's avatar
Alexandre Julliard committed
77
  65 stub InvalidateDriveType
78
  66 stdcall IsNetDrive(long) IsNetDrive
79
  67 stdcall Shell_MergeMenus (long long long long long long) Shell_MergeMenus
80
  68 stdcall SHGetSetSettings(long long long) SHGetSetSettings
Alexandre Julliard's avatar
Alexandre Julliard committed
81
  69 stub SHGetNetResource
82
  70 stdcall SHCreateDefClassObject(long long long long long)SHCreateDefClassObject
Alexandre Julliard's avatar
Alexandre Julliard committed
83
  71 stdcall Shell_GetImageList(ptr ptr) Shell_GetImageList
Juergen Schmied's avatar
Juergen Schmied committed
84
  72 stdcall Shell_GetCachedImageIndex(ptr ptr long) Shell_GetCachedImageIndexAW
85
  73 stdcall SHShellFolderView_Message(long long long) SHShellFolderView_Message 
Alexandre Julliard's avatar
Alexandre Julliard committed
86
  74 stub SHCreateStdEnumFmtEtc
87
  75 stdcall PathYetAnotherMakeUniqueName(ptr ptr ptr ptr) PathYetAnotherMakeUniqueNameA
Alexandre Julliard's avatar
Alexandre Julliard committed
88 89
  76 stub DragQueryInfo
  77 stdcall SHMapPIDLToSystemImageListIndex(long long long) SHMapPIDLToSystemImageListIndex
90
  78 stdcall OleStrToStrN(str long wstr long) OleStrToStrNAW
91
  79 stdcall StrToOleStrN(wstr long str long) StrToOleStrNAW
92 93 94
  80 stdcall DragFinish(long) DragFinish
  81 stdcall DragQueryFile(long long ptr long) DragQueryFileA
  82 stdcall DragQueryFileA(long long ptr long) DragQueryFileA
Alexandre Julliard's avatar
Alexandre Julliard committed
95 96
  83 stub CIDLData_CreateFromIDArray
  84 stub SHIsBadInterfacePtr
97
  85 forward OpenRegStream shlwapi.SHOpenRegStreamA
Alexandre Julliard's avatar
Alexandre Julliard committed
98 99
  86 stdcall SHRegisterDragDrop(long ptr) SHRegisterDragDrop
  87 stdcall SHRevokeDragDrop(long) SHRevokeDragDrop
100
  88 stdcall SHDoDragDrop(long long long long long) SHDoDragDrop
Alexandre Julliard's avatar
Alexandre Julliard committed
101 102 103
  89 stdcall SHCloneSpecialIDList(long long long) SHCloneSpecialIDList
  90 stub SHFindFiles
  91 stub SHFindComputer
104
  92 stdcall PathGetShortPath (ptr) PathGetShortPathAW
Alexandre Julliard's avatar
Alexandre Julliard committed
105 106
  93 stub Win32CreateDirectory
  94 stub Win32RemoveDirectory
Alexandre Julliard's avatar
Alexandre Julliard committed
107
  95 stdcall SHLogILFromFSIL (ptr) SHLogILFromFSIL
108
  96 stdcall StrRetToStrN (long long long long) StrRetToStrNAW
109
  97 stdcall SHWaitForFileToOpen (long long long) SHWaitForFileToOpen
110
  98 stdcall SHGetRealIDL (long long long) SHGetRealIDL
111
  99 stdcall SetAppStartingCursor (long long) SetAppStartingCursor
Alexandre Julliard's avatar
Alexandre Julliard committed
112 113 114
 100 stdcall SHRestricted(long) SHRestricted
 102 stdcall SHCoCreateInstance(ptr ptr long ptr ptr) SHCoCreateInstance
 103 stdcall SignalFileOpen(long) SignalFileOpen
115 116 117 118 119
 104 stdcall FileMenu_DeleteAllItems(long)FileMenu_DeleteAllItems
 105 stdcall FileMenu_DrawItem(long ptr)FileMenu_DrawItem
 106 stdcall FileMenu_FindSubMenuByPidl(long ptr)FileMenu_FindSubMenuByPidl
 107 stdcall FileMenu_GetLastSelectedItemPidls(long ptr ptr)FileMenu_GetLastSelectedItemPidls
 108 stdcall FileMenu_HandleMenuChar(long long)FileMenu_HandleMenuChar
Alexandre Julliard's avatar
Alexandre Julliard committed
120
 109 stdcall FileMenu_InitMenuPopup (long) FileMenu_InitMenuPopup
121 122 123 124
 110 stdcall FileMenu_InsertUsingPidl (long long ptr long long ptr) FileMenu_InsertUsingPidl
 111 stdcall FileMenu_Invalidate (long) FileMenu_Invalidate
 112 stdcall FileMenu_MeasureItem(long ptr)FileMenu_MeasureItem
 113 stdcall FileMenu_ReplaceUsingPidl (long long ptr long ptr) FileMenu_ReplaceUsingPidl
Alexandre Julliard's avatar
Alexandre Julliard committed
125
 114 stdcall FileMenu_Create (long long long long long) FileMenu_Create
126
 115 stdcall FileMenu_AppendItem (long ptr long long long long) FileMenu_AppendItemAW
Alexandre Julliard's avatar
Alexandre Julliard committed
127
 116 stdcall FileMenu_TrackPopupMenuEx (long long long long long long) FileMenu_TrackPopupMenuEx
128
 117 stdcall FileMenu_DeleteItemByCmd(long long)FileMenu_DeleteItemByCmd
Alexandre Julliard's avatar
Alexandre Julliard committed
129
 118 stdcall FileMenu_Destroy (long) FileMenu_Destroy
130
 119 stdcall IsLFNDrive(str) IsLFNDriveA
131
 120 stdcall FileMenu_AbortInitMenu () FileMenu_AbortInitMenu
132
 121 stdcall SHFlushClipboard () SHFlushClipboard
133
 122 stdcall RunDLL_CallEntry16 (long long long long long) RunDLL_CallEntry16 #name wrong?
134
 123 stdcall SHFreeUnusedLibraries () SHFreeUnusedLibraries
135 136
 124 stdcall FileMenu_AppendFilesForPidl(long ptr long)FileMenu_AppendFilesForPidl
 125 stdcall FileMenu_AddFilesForPidl(long long long ptr long long ptr)FileMenu_AddFilesForPidl
137
 126 stdcall SHOutOfMemoryMessageBox (long long long) SHOutOfMemoryMessageBox
Alexandre Julliard's avatar
Alexandre Julliard committed
138
 127 stdcall SHWinHelp (long long long long) SHWinHelp
Alexandre Julliard's avatar
Alexandre Julliard committed
139
 128 stdcall DllGetClassObject(long long ptr) SHELL32_DllGetClassObject
Alexandre Julliard's avatar
Alexandre Julliard committed
140 141 142 143
 129 stub DAD_AutoScroll
 130 stub DAD_DragEnter
 131 stub DAD_DragEnterEx
 132 stub DAD_DragLeave
144
 133 stdcall DragQueryFileW(long long ptr long) DragQueryFileW
Alexandre Julliard's avatar
Alexandre Julliard committed
145
 134 stub DAD_DragMove
146
 135 stdcall DragQueryPoint(long ptr) DragQueryPoint
147
 136 stdcall DAD_SetDragImage(long long) DAD_SetDragImage
Alexandre Julliard's avatar
Alexandre Julliard committed
148
 137 stdcall DAD_ShowDragImage (long) DAD_ShowDragImage
Alexandre Julliard's avatar
Alexandre Julliard committed
149
 139 stub Desktop_UpdateBriefcaseOnEvent
150 151 152 153 154
 140 stdcall FileMenu_DeleteItemByIndex(long long) FileMenu_DeleteItemByIndex
 141 stdcall FileMenu_DeleteItemByFirstID(long long)FileMenu_DeleteItemByFirstID
 142 stdcall FileMenu_DeleteSeparator(long)FileMenu_DeleteSeparator
 143 stdcall FileMenu_EnableItemByCmd(long long long)FileMenu_EnableItemByCmd
 144 stdcall FileMenu_GetItemExtent (long long) FileMenu_GetItemExtent
155
 145 stdcall PathFindOnPath (ptr ptr) PathFindOnPathAW
156
 146 stdcall RLBuildListOfPaths()RLBuildListOfPaths
157
 147 stdcall SHCLSIDFromString(long long) SHCLSIDFromStringAW
Alexandre Julliard's avatar
Alexandre Julliard committed
158
 149 stdcall SHFind_InitMenuPopup(long long long long) SHFind_InitMenuPopup
159
 151 stdcall SHLoadOLE (long) SHLoadOLE
Alexandre Julliard's avatar
Alexandre Julliard committed
160
 152 stdcall ILGetSize(ptr) ILGetSize
Alexandre Julliard's avatar
Alexandre Julliard committed
161
 153 stdcall ILGetNext(ptr) ILGetNext
162
 154 stdcall ILAppend (long long long) ILAppend
163 164
 155 stdcall ILFree (ptr) ILFree
 156 stdcall ILGlobalFree (ptr) ILGlobalFree
165
 157 stdcall ILCreateFromPath (ptr) ILCreateFromPathAW
166
 158 stdcall PathGetExtension(str) PathGetExtensionAW
Juergen Schmied's avatar
Juergen Schmied committed
167
 159 stdcall PathIsDirectory(ptr)PathIsDirectoryAW
Alexandre Julliard's avatar
Alexandre Julliard committed
168
 160 stub SHNetConnectionDialog
169
 161 stdcall SHRunControlPanel (long long) SHRunControlPanel
170
 162 stdcall SHSimpleIDListFromPath (ptr) SHSimpleIDListFromPathAW
171
 163 stdcall StrToOleStr (wstr str) StrToOleStrAW
172
 164 stdcall Win32DeleteFile(str) Win32DeleteFile
Alexandre Julliard's avatar
Alexandre Julliard committed
173 174 175 176 177 178
 165 stdcall SHCreateDirectory(long long) SHCreateDirectory
 166 stub CallCPLEntry16
 167 stub SHAddFromPropSheetExtArray
 168 stub SHCreatePropSheetExtArray
 169 stub SHDestroyPropSheetExtArray
 170 stub SHReplaceFromPropSheetExtArray
179
 171 stdcall PathCleanupSpec(ptr ptr) PathCleanupSpecAW
Alexandre Julliard's avatar
Alexandre Julliard committed
180
 172 stub SHCreateLinks
181
 173 stdcall SHValidateUNC(long long long)SHValidateUNC
182
 174 stdcall SHCreateShellFolderViewEx (ptr ptr) SHCreateShellFolderViewEx
183
 175 stdcall SHGetSpecialFolderPath(long long long long) SHGetSpecialFolderPathAW
Alexandre Julliard's avatar
Alexandre Julliard committed
184
 176 stdcall SHSetInstanceExplorer (long) SHSetInstanceExplorer
Alexandre Julliard's avatar
Alexandre Julliard committed
185 186 187 188
 177 stub DAD_SetDragImageFromListView
 178 stub SHObjectProperties
 179 stub SHGetNewLinkInfoA
 180 stub SHGetNewLinkInfoW
189
 181 stdcall RegisterShellHook(long long) RegisterShellHook
190 191
 182 varargs ShellMessageBoxW(long long long str long) ShellMessageBoxW
 183 varargs ShellMessageBoxA(long long long str long) ShellMessageBoxA
Alexandre Julliard's avatar
Alexandre Julliard committed
192 193 194 195 196
 184 stdcall ArrangeWindows(long long long long long) ArrangeWindows
 185 stub SHHandleDiskFull
 195 stdcall SHFree(ptr) SHFree
 196 stdcall SHAlloc(long) SHAlloc
 197 stub SHGlobalDefect
197
 198 stdcall SHAbortInvokeCommand () SHAbortInvokeCommand
Alexandre Julliard's avatar
Alexandre Julliard committed
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
 199 stub SHGetFileIcon
 200 stub SHLocalAlloc
 201 stub SHLocalFree
 202 stub SHLocalReAlloc
 203 stub AddCommasW
 204 stub ShortSizeFormatW
 205 stub Printer_LoadIconsW
 206 stub Link_AddExtraDataSection
 207 stub Link_ReadExtraDataSection
 208 stub Link_RemoveExtraDataSection
 209 stub Int64ToString
 210 stub LargeIntegerToString
 211 stub Printers_GetPidl
 212 stub Printer_AddPrinterPropPages
 213 stub Printers_RegisterWindowW
 214 stub Printers_UnregisterWindow
 215 stub SHStartNetConnectionDialog@12
215
 243 stdcall @(long long) shell32_243
Juergen Schmied's avatar
Juergen Schmied committed
216
 244 stdcall SHInitRestricted(ptr ptr) SHInitRestricted
217 218
 247 stdcall SHGetDataFromIDListA (ptr ptr long ptr long) SHGetDataFromIDListA
 248 stdcall SHGetDataFromIDListW (ptr ptr long ptr long) SHGetDataFromIDListW
219 220 221
 249 stdcall PathParseIconLocation (ptr) PathParseIconLocationAW
 250 stdcall PathRemoveExtension (ptr) PathRemoveExtensionAW
 251 stdcall PathRemoveArgs (ptr) PathRemoveArgsAW
Alexandre Julliard's avatar
Alexandre Julliard committed
222 223 224
 271 stub SheChangeDirA
 272 stub SheChangeDirExA
 273 stub SheChangeDirExW
225
 274 stdcall SheChangeDirW(wstr) SheChangeDirW
Alexandre Julliard's avatar
Alexandre Julliard committed
226 227 228 229
 275 stub SheConvertPathW
 276 stub SheFullPathA
 277 stub SheFullPathW
 278 stub SheGetCurDrive
230 231
 279 stub SheGetDirA@8
 280 stub SheGetDirExW@12
232
 281 stdcall SheGetDirW (long long) SheGetDirW
Alexandre Julliard's avatar
Alexandre Julliard committed
233 234 235 236 237 238
 282 stub SheGetPathOffsetW
 283 stub SheRemoveQuotesA
 284 stub SheRemoveQuotesW
 285 stub SheSetCurDrive
 286 stub SheShortenPathA
 287 stub SheShortenPathW
239 240 241 242 243 244 245
 288 stdcall ShellAboutA(long str str long) ShellAboutA
 289 stdcall ShellAboutW(long wstr wstr long) ShellAboutW
 290 stdcall ShellExecuteA(long str str str str long) ShellExecuteA
 291 stdcall ShellExecuteEx (long) ShellExecuteExAW
 292 stdcall ShellExecuteExA (long) ShellExecuteExA
 293 stdcall ShellExecuteExW (long) ShellExecuteExW
 294 stdcall ShellExecuteW (long wstr wstr wstr wstr long) ShellExecuteW
246
 296 stdcall Shell_NotifyIcon(long ptr) Shell_NotifyIconA
Alexandre Julliard's avatar
Alexandre Julliard committed
247
 297 stdcall Shell_NotifyIconA(long ptr) Shell_NotifyIconA
Juergen Schmied's avatar
Juergen Schmied committed
248
 298 stdcall Shell_NotifyIconW(long ptr) Shell_NotifyIconW
Alexandre Julliard's avatar
Alexandre Julliard committed
249 250
 299 stub Shl1632_ThunkData32
 300 stub Shl3216_ThunkData32
251
 301 forward StrChrA shlwapi.StrChrA   
252 253
 302 forward StrChrIA shlwapi.StrChrIA
 303 forward StrChrIW shlwapi.StrChrIW
254 255 256 257 258
 304 forward StrChrW shlwapi.StrChrW
 305 forward StrCmpNA shlwapi.StrCmpNA 
 306 forward StrCmpNIA shlwapi.StrCmpNIA
 307 forward StrCmpNIW shlwapi.StrCmpNIW
 308 forward StrCmpNW shlwapi.StrCmpNW
Juergen Schmied's avatar
Juergen Schmied committed
259
 309 stdcall StrCpyNA (ptr str long) lstrcpynA
260 261 262 263 264
 310 forward StrCpyNW shlwapi.StrCpyNW
 311 forward StrNCmpA shlwapi.StrCmpNA
 312 forward StrNCmpIA shlwapi.StrCmpNIA
 313 forward StrNCmpIW shlwapi.StrCmpNIW
 314 forward StrNCmpW shlwapi.StrCmpNW
Juergen Schmied's avatar
Juergen Schmied committed
265
 315 stdcall StrNCpyA (ptr str long) lstrcpynA
266
 316 forward StrNCpyW shlwapi.StrNCpyW
267
 317 forward StrRChrA shlwapi.StrRChrA
268 269
 318 forward StrRChrIA shlwapi.StrRChrIA
 319 forward StrRChrIW shlwapi.StrRChrIW
270
 320 forward StrRChrW shlwapi.StrRChrW
Juergen Schmied's avatar
Juergen Schmied committed
271
 321 stub StrRStrA
272 273
 322 forward StrRStrIA shlwapi.StrRStrIA
 323 forward StrRStrIW shlwapi.StrRStrIW
Juergen Schmied's avatar
Juergen Schmied committed
274
 324 stub StrRStrW
275 276 277 278
 325 forward StrStrA shlwapi.StrStrA
 326 forward StrStrIA shlwapi.StrStrIA
 327 forward StrStrIW shlwapi.StrStrIW
 328 forward StrStrW shlwapi.StrStrW
Alexandre Julliard's avatar
Alexandre Julliard committed
279

280 281 282
 505 stdcall SHRegCloseKey (long) SHRegCloseKey
 506 stdcall SHRegOpenKeyA (long str long) SHRegOpenKeyA
 507 stdcall SHRegOpenKeyW (long wstr long) SHRegOpenKeyW
Alexandre Julliard's avatar
Alexandre Julliard committed
283
 508 stub SHRegQueryValueA@16
284 285 286
 509 stdcall SHRegQueryValueExA(long str ptr ptr ptr ptr) SHRegQueryValueExA
 510 stdcall SHRegQueryValueW (long long long long) SHRegQueryValueW
 511 stdcall SHRegQueryValueExW (long wstr ptr ptr ptr ptr) SHRegQueryValueExW
Juergen Schmied's avatar
Juergen Schmied committed
287
 512 stdcall SHRegDeleteKeyW (long wstr) SHRegDeleteKeyW
Alexandre Julliard's avatar
Alexandre Julliard committed
288

289 290 291 292
 520 stdcall SHAllocShared (long long long) SHAllocShared
 521 stdcall SHLockShared (long long) SHLockShared 
 522 stdcall SHUnlockShared (long) SHUnlockShared
 523 stdcall SHFreeShared (long long) SHFreeShared
Alexandre Julliard's avatar
Alexandre Julliard committed
293 294 295
 524 stub RealDriveType@8
 525 stub RealDriveTypeFlags@8

296 297
 640 stdcall NTSHChangeNotifyRegister (long long long long long long) NTSHChangeNotifyRegister
 641 stdcall NTSHChangeNotifyDeregister (long) NTSHChangeNotifyDeregister
Alexandre Julliard's avatar
Alexandre Julliard committed
298 299 300 301 302

 643 stub SHChangeNotifyReceive@16
 644 stub SHChangeNotification_Lock@16
 645 stub SHChangeNotification_Unlock@4
 646 stub SHChangeRegistrationReceive@8
303
 647 stub ReceiveAddToRecentDocs@8
Alexandre Julliard's avatar
Alexandre Julliard committed
304 305
 648 stub SHWaitOp_Operate@8

306
 650 stdcall PathIsSameRoot(ptr ptr)PathIsSameRootAW
307 308

# nt40/win98
Juergen Schmied's avatar
Juergen Schmied committed
309
 651 stdcall ReadCabinetState (long long) ReadCabinetState # OldReadCabinetState
310
 652 stdcall WriteCabinetState (long) WriteCabinetState
311 312 313
 653 stdcall PathProcessCommand (long long long long) PathProcessCommandAW

# win98
314
 654 stdcall @(long long)shell32_654 # ReadCabinetState@8
Juergen Schmied's avatar
Juergen Schmied committed
315 316
 660 stdcall FileIconInit(long)FileIconInit
 680 stdcall IsUserAdmin()IsUserAdmin
Alexandre Julliard's avatar
Alexandre Julliard committed
317

318
# >= NT5
319
 714 stdcall @(ptr)SHELL32_714 # PathIsTemporaryW
320

Alexandre Julliard's avatar
Alexandre Julliard committed
321
1217 stub FOOBAR1217   # no joke! This is the real name!!
Alexandre Julliard's avatar
Alexandre Julliard committed
322

Juergen Schmied's avatar
Juergen Schmied committed
323 324 325 326
#
# version 4.0 (win95)
# _WIN32_IE >= 0x0200
#
327 328 329
@ stub CheckEscapesA
@ stub CheckEscapesW
@ stdcall CommandLineToArgvW(wstr ptr) CommandLineToArgvW
Juergen Schmied's avatar
Juergen Schmied committed
330
@ stdcall Control_FillCache_RunDLL(long long long long)Control_FillCache_RunDLL
331 332
@ stub Control_FillCache_RunDLLA
@ stub Control_FillCache_RunDLLW
Juergen Schmied's avatar
Juergen Schmied committed
333
@ stdcall Control_RunDLL(long long long long)Control_RunDLL
334 335
@ stub Control_RunDLLA
@ stub Control_RunDLLW
Juergen Schmied's avatar
Juergen Schmied committed
336 337 338 339
@ stdcall DllInstall(long wstr)SHELL32_DllInstall
@ stdcall DoEnvironmentSubstA(str str)DoEnvironmentSubstA
@ stdcall DoEnvironmentSubstW(wstr wstr)DoEnvironmentSubstW
@ stub DragQueryFileAorW
340
@ stdcall DuplicateIcon(long long) DuplicateIcon
Juergen Schmied's avatar
Juergen Schmied committed
341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393
@ stdcall ExtractAssociatedIconA(long ptr long)ExtractAssociatedIconA 
@ stub ExtractAssociatedIconExA 
@ stub ExtractAssociatedIconExW 
@ stub ExtractAssociatedIconW 
@ stdcall ExtractIconA(long str long)ExtractIconA 
@ stdcall ExtractIconEx(ptr long ptr ptr long)ExtractIconExAW
@ stdcall ExtractIconExA(str long ptr ptr long)ExtractIconExA
@ stdcall ExtractIconExW(wstr long ptr ptr long)ExtractIconExW
@ stdcall ExtractIconW(long wstr long)ExtractIconW 
@ stub ExtractIconResInfoA 
@ stub ExtractIconResInfoW 
@ stub ExtractVersionResource16W 
@ stub FindExeDlgProc 
@ stdcall FindExecutableA(ptr ptr ptr) FindExecutableA 
@ stdcall FindExecutableW(wstr wstr wstr) FindExecutableW 
@ stdcall FreeIconList(long) FreeIconList 
@ stub InternalExtractIconListA
@ stub InternalExtractIconListW
@ stub OpenAs_RunDLL
@ stub OpenAs_RunDLLA
@ stub OpenAs_RunDLLW
@ stub PrintersGetCommand_RunDLL
@ stub PrintersGetCommand_RunDLLA
@ stub PrintersGetCommand_RunDLLW
@ stub RealShellExecuteA 
@ stub RealShellExecuteExA 
@ stub RealShellExecuteExW 
@ stub RealShellExecuteW 
@ stub RegenerateUserEnvironment 
@ stdcall SHAddToRecentDocs (long ptr) SHAddToRecentDocs 
@ stdcall SHAppBarMessage(long ptr) SHAppBarMessage 
@ stdcall SHBrowseForFolder(ptr) SHBrowseForFolderA 
@ stdcall SHBrowseForFolderA(ptr) SHBrowseForFolderA 
@ stub SHBrowseForFolderW@4 
@ stdcall SHChangeNotify (long long ptr ptr) SHChangeNotifyAW 
@ stub ShellHookProc
@ stub SHEmptyRecycleBinA@12 
@ stub SHEmptyRecycleBinW@12 
@ stdcall SHFileOperation(ptr)SHFileOperationAW
@ stdcall SHFileOperationA(ptr)SHFileOperationA
@ stdcall SHFileOperationW(ptr)SHFileOperationW
@ stub SHFormatDrive@16 
@ stub SHFreeNameMappings@4 
@ stdcall SHGetDesktopFolder(ptr)SHGetDesktopFolder
@ stdcall SHGetFileInfo(ptr long ptr long long)SHGetFileInfoAW
@ stdcall SHGetFileInfoA(ptr long ptr long long)SHGetFileInfoA
@ stdcall SHGetFileInfoW(ptr long ptr long long)SHGetFileInfoW
@ stdcall SHGetInstanceExplorer(long)SHGetInstanceExplorer
@ stdcall SHGetMalloc(ptr)SHGetMalloc
@ stub SHGetNewLinkInfo@20
@ stdcall SHGetPathFromIDList(ptr ptr)SHGetPathFromIDListAW
@ stdcall SHGetPathFromIDListA(long long)SHGetPathFromIDListA
@ stdcall SHGetPathFromIDListW(long long)SHGetPathFromIDListW
394
@ stdcall SHGetSettings(ptr long) SHGetSettings
Juergen Schmied's avatar
Juergen Schmied committed
395 396 397 398 399 400 401 402 403
@ stdcall SHGetSpecialFolderLocation(long long ptr)SHGetSpecialFolderLocation 
@ stdcall SHHelpShortcuts_RunDLL(long long long long) SHHelpShortcuts_RunDLL 
@ stub SHHelpShortcuts_RunDLLA@16 
@ stub SHHelpShortcuts_RunDLLW@16 
@ stdcall SHLoadInProc(long) SHLoadInProc 
@ stub SHQueryRecycleBinA@8 
@ stub SHQueryRecycleBinW@8 
@ stub SHUpdateRecycleBinIcon@0 
@ stub WOWShellExecute@28
404

Juergen Schmied's avatar
Juergen Schmied committed
405 406 407 408
#
# version 4.70 (IE3.0)
# _WIN32_IE >= 0x0300
#
409

Juergen Schmied's avatar
Juergen Schmied committed
410 411 412 413
#
# version 4.71 (IE4.0)
# _WIN32_IE >= 0x0400
#
Andreas Mohr's avatar
Andreas Mohr committed
414
@ stdcall DllCanUnloadNow() SHELL32_DllCanUnloadNow
Juergen Schmied's avatar
Juergen Schmied committed
415 416 417
@ stdcall DllGetVersion(ptr)SHELL32_DllGetVersion
@ stub SHGetFreeDiskSpace
@ stdcall SHGetSpecialFolderPathA(long ptr long long) SHGetSpecialFolderPathA
418

Juergen Schmied's avatar
Juergen Schmied committed
419 420 421 422 423
#
# version 4.72 (IE4.01)
# _WIN32_IE >= 0x0401
# no new exports
#
424

Juergen Schmied's avatar
Juergen Schmied committed
425 426 427 428 429 430 431
#
# version 5.00 (Win2K)
# _WIN32_IE >= 0x0500
#
@ stdcall SHGetFolderPathA(long long long long ptr)SHGetFolderPathA
@ stdcall SHGetFolderPathW(long long long long ptr)SHGetFolderPathW
@ stdcall SHGetFolderLocation(long long long long ptr)SHGetFolderLocation