Added SHFlushClipboard.
This commit is contained in:
parent
17216d35a7
commit
a8ea46b7a9
|
@ -876,10 +876,10 @@ HRESULT WINAPI SHWinHelp (DWORD v, DWORD w, DWORD x, DWORD z)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
* SHRunConrolPanel [SHELL32.161]
|
* SHRunControlPanel [SHELL32.161]
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
HRESULT WINAPI SHRunConrolPanel (DWORD x, DWORD z)
|
HRESULT WINAPI SHRunControlPanel (DWORD x, DWORD z)
|
||||||
{ FIXME(shell,"0x%08lx 0x%08lx stub\n",x,z);
|
{ FIXME(shell,"0x%08lx 0x%08lx stub\n",x,z);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -972,3 +972,11 @@ HRESULT WINAPI SHFileOperationA(DWORD x)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
/*************************************************************************
|
||||||
|
* SHFlushClipboard [SHELL32.121]
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
HRESULT WINAPI SHFlushClipboard(VOID)
|
||||||
|
{ FIXME(shell,"stub\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ init Shell32LibMain
|
||||||
14 stub Control_FillCache_RunDLLW@16 # exported by name
|
14 stub Control_FillCache_RunDLLW@16 # exported by name
|
||||||
15 stdcall ILGetDisplayName(ptr ptr) ILGetDisplayName
|
15 stdcall ILGetDisplayName(ptr ptr) ILGetDisplayName
|
||||||
16 stdcall ILFindLastID(ptr) ILFindLastID
|
16 stdcall ILFindLastID(ptr) ILFindLastID
|
||||||
17 stdcall ILRemoveLastID@4(ptr) ILRemoveLastID
|
17 stdcall ILRemoveLastID(ptr) ILRemoveLastID
|
||||||
18 stdcall ILClone(ptr) ILClone
|
18 stdcall ILClone(ptr) ILClone
|
||||||
19 stdcall ILCloneFirst (ptr) ILCloneFirst
|
19 stdcall ILCloneFirst (ptr) ILCloneFirst
|
||||||
20 stub ILGlobalClone@4
|
20 stub ILGlobalClone@4
|
||||||
|
@ -126,7 +126,7 @@ init Shell32LibMain
|
||||||
118 stdcall FileMenu_Destroy (long) FileMenu_Destroy
|
118 stdcall FileMenu_Destroy (long) FileMenu_Destroy
|
||||||
119 stdcall IsLFNDrive(str) IsLFNDrive
|
119 stdcall IsLFNDrive(str) IsLFNDrive
|
||||||
120 stub FileMenu_AbortInitMenu
|
120 stub FileMenu_AbortInitMenu
|
||||||
121 stub SHFlushClipboard
|
121 stdcall SHFlushClipboard() SHFlushClipboard
|
||||||
122 stub RunDLL_CallEntry16
|
122 stub RunDLL_CallEntry16
|
||||||
123 stdcall SHFreeUnusedLibraries (long) SHFreeUnusedLibraries
|
123 stdcall SHFreeUnusedLibraries (long) SHFreeUnusedLibraries
|
||||||
124 stub FileMenu_AppendFilesForPidl
|
124 stub FileMenu_AppendFilesForPidl
|
||||||
|
@ -166,7 +166,7 @@ init Shell32LibMain
|
||||||
158 stdcall PathGetExtension(str long long) PathGetExtension
|
158 stdcall PathGetExtension(str long long) PathGetExtension
|
||||||
159 stub PathIsDirectory
|
159 stub PathIsDirectory
|
||||||
160 stub SHNetConnectionDialog
|
160 stub SHNetConnectionDialog
|
||||||
161 stdcall SHRunConrolPanel (long long)SHRunConrolPanel
|
161 stdcall SHRunControlPanel (long long)SHRunControlPanel
|
||||||
162 stub SHSimpleIDListFromPath
|
162 stub SHSimpleIDListFromPath
|
||||||
163 stub StrToOleStr
|
163 stub StrToOleStr
|
||||||
164 stub Win32DeleteFile
|
164 stub Win32DeleteFile
|
||||||
|
|
Loading…
Reference in New Issue