MCPcopy Create free account
hub / github.com/InWILL/Locale_Remulator / HookShellExecuteExA

Function HookShellExecuteExA

LRHook/LRHookFunc.cpp:690–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690BOOL WINAPI HookShellExecuteExA(
691 _Inout_ SHELLEXECUTEINFOA* pExecInfo
692)
693{
694 //MessageBoxA(NULL, pExecInfo->lpFile, "ShellExecuteExA", NULL);
695
696 return OriginalShellExecuteExA(pExecInfo);
697}
698
699BOOL WINAPI HookShellExecuteExW(
700 _Inout_ SHELLEXECUTEINFOW* pExecInfo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected