[Toc][Index]

VMI_CMD_INITPROC - Syntax



Description: 
VMI_CMD_INITPROC informs VMAN that a new process is being initialized. It 
indicates that this new process intends to be a client of the VMAN 
component. 
VMAN ensures that all data and code is valid under this new process. 

#include <GRADD.h>

GID      gid;         /*  NULL. */
ULONG    ulFunction;  /*  Set equal to VMI_CMD_INITPROC. */
PVOID    pIn;         /*  NULL. */
PVOID    pOut;        /*  Pointer to an INITPROCOUT data structure. */
ULONG    rc;          /*  Return codes. */

rc = VMIEntry(gid, ulFunction, pIn, pOut);


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs