![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
GHI_CMD_SETPTR - Syntax
Description:
GHI_CMD_SETPTR is optional and is called to set the pointer bit masks.
Both monochrome and color pointers can be set.
The GRADD can return this function call to VMAN for simulation.
#include <GRADD.h>
GID gid; /* ID of the GRADD. */
ULONG ulFunction; /* Set equal to GHI_CMD_SETPTR. */
PVOID pIn; /* Pointer to an HWSETPTRIN data structure. */
PVOID pOut; /* Pointer to an HWSETPTROUT 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