VRAMREGISTERIN: Difference between revisions
Appearance
Created page with "Registers and unregisters EnDIVE usage with the driver. ==Example Code== <PRE> typedef struct _VRAMREGISTERIN { ULONG ulLength; /* Length of VRAMREGISTERIN data stru..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Registers and unregisters EnDIVE usage with the driver. | Registers and unregisters EnDIVE usage with the driver. | ||
<PRE> | <PRE> | ||
typedef struct _VRAMREGISTERIN { | typedef struct _VRAMREGISTERIN { | ||
ULONG ulLength; /* | ULONG ulLength; /* Length of VRAMREGISTERIN data structure, in bytes. */ | ||
ULONG ulHandle; /* | ULONG ulHandle; /* Handle required when unregistering. */ | ||
ULONG ulFlags; /* | ULONG ulFlags; /* Flag indicating type of register. */ | ||
} VRAMREGISTERIN; | } VRAMREGISTERIN; | ||
Latest revision as of 09:38, 5 April 2025
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;