Information structure used for GHI_CMD_TEXT and VMI_CMD_TEXT functions.
typedef struct _HWBANKIN {
ULONG ulLength; /* Length of the HWBANKIN data structure, in bytes. */
ULONG ulFlags; /* Defines for ulFlags. */
ULONG ulBank; /* Bank number. */
} HWBANKIN;
typedef HWBANKIN *PHWBANKIN;