Jump to content

VRAMREGISTERIN

From EDM2
Revision as of 09:38, 5 April 2025 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Registers and unregisters EnDIVE usage with the driver.

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;