PF_DETOUR_BINARY_COMMIT_CALLBACK
Pointer to function called at the end of editing an import table using the DetourBinaryEditImports API.
Definition
BOOL BinaryCommitCallback(
_In_opt_ PVOID pContext
);
Parameters
- pContext
- Umodified program specific context pointer passed as pContext argument to DetourBinaryEditImports.
Return value
TRUE to continue editing import table
or FALSE to abort.