MCPcopy Create free account
hub / github.com/RistBS/ContextMenuHijack / GetCommandString

Method GetCommandString

ContextMenuHijack/FileContextMenuExt.cpp:109–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109IFACEMETHODIMP FileContextMenuExt::GetCommandString(UINT_PTR idCommand, UINT uFlags, UINT *pwReserved, LPSTR pszName, UINT cchMax)
110{
111 HRESULT hr = E_INVALIDARG;
112
113 if ( idCommand == IDM_DISPLAY ) {
114 switch ( uFlags ) {
115
116 default:
117 hr = S_OK;
118 }
119 }
120 return hr;
121}
122
123#pragma endregion
124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected