Jump to content

SETUPBLITTERNOTIFYOUT: Difference between revisions

From EDM2
Created page with "The DEVESC_SETUPBLITTERNOTIFY output data structure. ==Example Code== <PRE> typedef struct _SETUPBLITTERNOTIFYOUT { ULONG ulLength; /* length of this structure..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
The DEVESC_SETUPBLITTERNOTIFY output data structure.
The DEVESC_SETUPBLITTERNOTIFY output data structure.
==Example Code==
<PRE>
<PRE>
typedef struct _SETUPBLITTERNOTIFYOUT {
typedef struct _SETUPBLITTERNOTIFYOUT {

Latest revision as of 09:58, 5 April 2025

The DEVESC_SETUPBLITTERNOTIFY output data structure.

typedef struct _SETUPBLITTERNOTIFYOUT {
  ULONG     ulLength;           /* length of this structure              */
  ULONG     ulFlags;            /* 0 => HW can handle, SETUP_CANT_HANDLE */
} SETUPBLITTERNOTIFYOUT;

typedef SETUPBLITTERNOTIFYOUT *PSETUPBLITTERNOTIFYOUT;