[Toc][Index]

HWREQIN


Input packet to the GHI_CMD_REQUESTHW function. 

typedef struct _HWREQIN {
  ULONG      ulLength;         /*  Size of the HWREQIN data structure, in bytes. */
  ULONG      ulFlags;          /*  Request option flags. */
  ULONG      cScrChangeRects;  /*  Count of screen rectangles affected by HWREQIN. */
  PRECTL     arectlScreen;     /*  Array of screen rectangles affected by HWREQIN. */
} HWREQIN;

typedef HWREQIN *PHWREQIN;


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs