DevHlp_FreeCtxHook frees a context hook allocated by the DevHlp_AllocateCtxHook.
Calling Sequence in Assembler
MOV EAX, Hook_Handle MOV DL, DevHlp FreeCtxHook CALL Device Help
Results in Assembler
C
EAX = 0
EAX = Error code
Calling Sequence in C
#include "dhcalls.h"
USHORT APIENTRY DevHelp_FreeCtxHook
Results in C
Remarks