We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pointer to function called once for each file enumerated by DetourEnumerateImports.
DetourEnumerateImports
BOOL ImportFileCallback( _In_opt_ PVOID pContext, _In_opt_ HMODULE nOrdinal, _In_opt_ LPCSTR pszName );
pContext : Unmodified program specific context pointer passed as pContext argument to DetourEnumerateImports.
pContext
hModule : Module handle within the process of the imported file. NULL to indicate end of enumeration.
NULL
pszName : Name of imported file. NULL to indicate end of enumeration.
TRUE to continue enumeration of import files or FALSE to abort enumeration.
TRUE
FALSE