Description:
GHI_CMD_TERM is optional and is called by a VMAN when it no longer requires the services of the GRADD.
#include <GRADD.h> GID gid; /* ID of the GRADD. */ ULONG ulFunction; /* Set equal to GHI_CMD_TERM. */ PVOID pIn; /* NULL. */ PVOID pOut; /* NULL. */ ULONG rc; /* Return codes. */ rc = HWENTRY(gid, ulFunction, pIn, pOut);