|
ReactOS 0.4.17-dev-573-g8315b8c
|

Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
| HRESULT | SHELL_InvokeCommandOnContextMenu (_In_opt_ HWND hWnd, _In_ IContextMenu *pCM, _In_opt_ PCWSTR pszVerb, _In_ UINT cVerbs, _In_opt_ PCWSTR pszArgs, _In_ UINT fCMIC, _In_ UINT fCMF, _In_opt_ IUnknown *pSite) |
| static HRESULT | GetUIObjectOfFolderItems (FolderItems *pFI, REFIID riid, void **ppv) |
|
inlinestatic |
Definition at line 72 of file CFolderItems.cpp.
Referenced by CFolderItems::get_Verbs(), and CFolderItems::InvokeVerbEx().
| HRESULT SHELL_InvokeCommandOnContextMenu | ( | _In_opt_ HWND | hWnd, |
| _In_ IContextMenu * | pCM, | ||
| _In_opt_ PCWSTR | pszVerb, | ||
| _In_ UINT | cVerbs, | ||
| _In_opt_ PCWSTR | pszArgs, | ||
| _In_ UINT | fCMIC, | ||
| _In_ UINT | fCMF, | ||
| _In_opt_ IUnknown * | pSite | ||
| ) |
Definition at line 13 of file CFolderItems.cpp.
Referenced by CFolderItems::InvokeVerbHelper().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |