Skip to content

DetourBinaryCommitCallback

Brian Gianforcaro edited this page Aug 22, 2020 · 5 revisions

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 : Unmodified program specific context pointer passed as pContext argument to DetourBinaryEditImports.

Return value

TRUE to continue editing import table or FALSE to abort.

Clone this wiki locally