[Toc][Index]

GHI_CMD_INITPROC - Syntax



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

#include <GRADD.h>

GID      gid;         /*  ID of the GRADD. */
ULONG    ulFunction;  /*  Set equal to GHI_CMD_INITPROC. */
PVOID    pIn;         /*  NULL. */
PVOID    pOut;        /*  Pointer to an INITPROCOUT data structure. */
ULONG    rc;          /*  Return codes. */

rc = HWENTRY(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