Input packet to the GHI_CMD_VRAM function.
typedef struct _VRAMIN {
ULONG ulLength; /* Size of the VRAMIN data structure, in bytes. */
ULONG ulFunction; /* Flag indicating type of VRAM allocation. */
PVOID pIn; /* Pointer to an allocate or register packet. */
} VRAMIN;
typedef VRAMIN *PVRAMIN;