[SHLWAPI] SHInvokeCommandOnContextMenu[Ex] and SHInvokeCommandWithFlagsAndSite (#7228)

This commit is contained in:
Whindmar Saksit 2024-08-19 00:32:46 +02:00 committed by GitHub
parent e83ec236fa
commit 53e930e97f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 199 additions and 50 deletions

View file

@ -93,6 +93,23 @@ HRESULT WINAPI SHILCreateFromPathW (
LPITEMIDLIST * ppidl,
DWORD *attributes);
HRESULT WINAPI SHInvokeCommand(
HWND hWnd,
IShellFolder* lpFolder,
LPCITEMIDLIST lpApidl,
LPCSTR lpVerb);
HRESULT WINAPI SHInvokeCommandOnContextMenu(
_In_opt_ HWND hWnd,
_In_opt_ IUnknown* pUnk,
_In_ IContextMenu* pCM,
_In_ UINT fCMIC,
_In_opt_ LPCSTR pszVerb);
BOOL WINAPI IContextMenu_Invoke(
_In_ IContextMenu *pContextMenu,
_In_ HWND hwnd,
_In_ LPCSTR lpVerb,
_In_ UINT uFlags);
/*
string functions
*/