![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
HWSETPTRIN
Input packet to the GHI_CMD_SETPTR function.
typedef struct _HWSETPTRIN {
ULONG ulLength; /* Size of the HWSETPTRIN data structure, in bytes. */
PBYTE pbANDMask; /* Pointer to AND bit-mask pointer. */
PBYTE pbXORMask; /* Pointer to XOR bit-mask pointer. */
PBYTE pbBits; /* Pointer to color pointer image. */
ULONG ulBpp; /* Color pointer bits per pel. */
ULONG ulWidth; /* Pointer width in pels. */
ULONG ulHeight; /* Pointer height in pels. */
POINTL ptlHotspot; /* Pointer to hot spot coordinate. */
} HWSETPTRIN;
typedef HWSETPTRIN *PHWSETPTRIN;
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs