mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:53:16 +00:00
[SHELL32] Add export 007.. I mean 44. Mark some exports for inspection.
CORE-8936 CORE-8174 svn path=/trunk/; revision=65755
This commit is contained in:
parent
ae3dc3b564
commit
c58a629e1f
1 changed files with 5 additions and 4 deletions
|
@ -33,13 +33,14 @@
|
||||||
34 stdcall -noname PathFindFileName(wstr) PathFindFileNameW
|
34 stdcall -noname PathFindFileName(wstr) PathFindFileNameW
|
||||||
35 stdcall -noname PathRemoveFileSpec(ptr) PathRemoveFileSpecAW # Fixme
|
35 stdcall -noname PathRemoveFileSpec(ptr) PathRemoveFileSpecAW # Fixme
|
||||||
36 stdcall -noname PathAppend(ptr ptr) PathAppendAW # Fixme
|
36 stdcall -noname PathAppend(ptr ptr) PathAppendAW # Fixme
|
||||||
37 stdcall -noname PathCombine(wstr wstr wstr) PathCombineW
|
37 stdcall -noname PathCombine(wstr wstr wstr) PathCombineW # FIXME: Inspect
|
||||||
38 stdcall -noname PathStripPath(wstr) PathStripPathW
|
38 stdcall -noname PathStripPath(wstr) PathStripPathW
|
||||||
39 stdcall -noname PathIsUNC(wstr) PathIsUNCW
|
39 stdcall -noname PathIsUNC(wstr) PathIsUNCW # FIXME: Inspect
|
||||||
40 stdcall -noname PathIsRelative(wstr) PathIsRelativeW
|
40 stdcall -noname PathIsRelative(wstr) PathIsRelativeW # FIXME: Inspect
|
||||||
41 stdcall IsLFNDriveA(str)
|
41 stdcall IsLFNDriveA(str)
|
||||||
42 stdcall IsLFNDriveW(wstr)
|
42 stdcall IsLFNDriveW(wstr)
|
||||||
43 stdcall PathIsExe(ptr) PathIsExeAW
|
43 stdcall PathIsExe(ptr) PathIsExeAW
|
||||||
|
44 stub -noname Control_RunDLLNoFallback
|
||||||
45 stdcall -noname PathFileExists(ptr) PathFileExistsAW # Fixme
|
45 stdcall -noname PathFileExists(ptr) PathFileExistsAW # Fixme
|
||||||
46 stdcall -noname PathMatchSpec(wstr wstr) PathMatchSpecW
|
46 stdcall -noname PathMatchSpec(wstr wstr) PathMatchSpecW
|
||||||
47 stdcall PathMakeUniqueName(ptr long ptr ptr ptr) PathMakeUniqueNameAW
|
47 stdcall PathMakeUniqueName(ptr long ptr ptr ptr) PathMakeUniqueNameAW
|
||||||
|
@ -238,7 +239,7 @@
|
||||||
240 stdcall PathIsSlowA(str long)
|
240 stdcall PathIsSlowA(str long)
|
||||||
241 stdcall -noname SHGetUserDisplayName(wstr ptr)
|
241 stdcall -noname SHGetUserDisplayName(wstr ptr)
|
||||||
242 stdcall -noname SHGetProcessDword(long long) # FIXME: Inspect
|
242 stdcall -noname SHGetProcessDword(long long) # FIXME: Inspect
|
||||||
243 stdcall -noname SHSetShellWindowEx(ptr ptr) user32.SetShellWindowEx
|
243 stdcall -noname SHSetShellWindowEx(ptr ptr) user32.SetShellWindowEx # FIXME: Inspect
|
||||||
244 stdcall -noname SHInitRestricted(ptr ptr) # FIXME: Inspect
|
244 stdcall -noname SHInitRestricted(ptr ptr) # FIXME: Inspect
|
||||||
245 stdcall SHTestTokenMembership(ptr ptr)
|
245 stdcall SHTestTokenMembership(ptr ptr)
|
||||||
246 stub -noname SHInvokePrivilegedFunctionW
|
246 stub -noname SHInvokePrivilegedFunctionW
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue