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..."
(No difference)

Revision as of 16:55, 8 February 2020

The DEVESC_SETUPBLITTERNOTIFY output data structure.

Example Code

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

typedef SETUPBLITTERNOTIFYOUT *PSETUPBLITTERNOTIFYOUT;