_ContextCreate


#include <vmm.h>

PVOID EXTERNAL _ContextCreate(void);

Creates a new memory context. The tasking and scheduling component uses this service to create a private linear address space for a new Win32 application. Do not call this service.

The private linear address space corresponds to linear addresses in the range MINPRIVATELADR through MAXPRIVATELADDR. A memory context is destroyed using the ContextDestroy service.

See also _ContextDestroy