-
Notifications
You must be signed in to change notification settings - Fork 1k
DetourBinaryCommitCallback
Galen Hunt edited this page Nov 2, 2016
·
5 revisions
Pointer to function called at the end of editing an import table using the DetourBinaryEditImports API.
BOOL BinaryCommitCallback( _In_opt_ PVOID pContext );
pContext : Umodified program specific context pointer passed as pContext argument to DetourBinaryEditImports.
TRUE
to continue editing import table or FALSE
to abort.