![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
GHI_CMD_TERMPROC - Syntax
Description:
GHI_CMD_TERMPROC is optional and informs the GRADD that an existing client
process is being terminated. The GRADD should clean up all resources owned
by this process.
#include <GRADD.h>
GID gid; /* ID of the GRADD. */
ULONG ulFunction; /* Set equal to GHI_CMD_TERMPROC. */
PVOID pIn; /* NULL. */
PVOID pOut; /* NULL. */
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