Jump to content

VRAMREGISTERIN

From EDM2
Revision as of 18:08, 8 February 2020 by Martini (talk | contribs) (Created page with "Registers and unregisters EnDIVE usage with the driver. ==Example Code== <PRE> typedef struct _VRAMREGISTERIN { ULONG ulLength; /* Length of VRAMREGISTERIN data stru...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Registers and unregisters EnDIVE usage with the driver.

Example Code

typedef struct _VRAMREGISTERIN {
  ULONG     ulLength;  /*  Length of VRAMREGISTERIN data structure, in bytes.  */
  ULONG     ulHandle;  /*  Handle required when unregistering. */
  ULONG     ulFlags;   /*  Flag indicating type of register. */
} VRAMREGISTERIN;

typedef VRAMREGISTERIN *PVRAMREGISTERIN;