Jump to content

SETUPBLITTERNOTIFYOUT

From EDM2
Revision as of 09:58, 5 April 2025 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;