Cancel_Call_When_Not_Critical

mov     esi, OFFSET32 CritSecCallback
VMMCall Cancel_Call_When_Not_Critical
jc     not_removed
 

Remove references to the specified callback function installed by a previous call to Call_When_Not_Critical. Uses Flags.

This function is a no-op (it does nothing) under Windows 95.

CritSecCallback
Address of callback function.

See Also

Call_When_Not_Critical