◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc Push_Client_State The Push_Client_State macro copies the client state to the protected-mode stack. This macro has no parameters. Return Value This macro has no return value. Comments This macro reserves space on the stack for the client registers. A virtual device must use the Pop_Client_State macro to restore the client registers, and free the reserve stack space. See Also Pop_Client_State ♦