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..." |
(No difference)
|
Revision as of 18:08, 8 February 2020
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;