Jump to content

VRAMREGISTERIN: Difference between revisions

From EDM2
Created page with "Registers and unregisters EnDIVE usage with the driver. ==Example Code== <PRE> typedef struct _VRAMREGISTERIN { ULONG ulLength; /* Length of VRAMREGISTERIN data stru..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Registers and unregisters EnDIVE usage with the driver.  
Registers and unregisters EnDIVE usage with the driver.
 
==Example Code==
<PRE>
<PRE>
typedef struct _VRAMREGISTERIN {
typedef struct _VRAMREGISTERIN {
   ULONG    ulLength;  /* Length of VRAMREGISTERIN data structure, in bytes.  */
   ULONG    ulLength;  /* Length of VRAMREGISTERIN data structure, in bytes.  */
   ULONG    ulHandle;  /* Handle required when unregistering. */
   ULONG    ulHandle;  /* Handle required when unregistering. */
   ULONG    ulFlags;  /* Flag indicating type of register. */
   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;