Validate_Client_Ptr


include vmm.inc

mov     ebp, OFFSET32 crs       ; points to a Client_Reg_Struc
VMMcall Validate_Client_Ptr

Asserts that the address in the EBP register points to the Client_Reg_Struc structure for the current virtual machine. This is an asynchronous service.

If the current re-entry count for the VMM is not zero, this service returns immediately without checking the client register pointer.

You should not call this service directly. Use the Assert_Client_Ptr macro instead.

This service has no effect in the retail version of Windows. It is intended to be used with the debugging version.