_ContextSwitch


#include <vmm.h>

PVOID EXTERNAL _ContextSwitch(PVOID hcd);

Changes the current memory context. The current memory context determines the mapping of pages in the private arena. Do not call this service.

hcd

Context handle returned by the _ContextCreate service.

See also _ContextCreate