Jump to content

SETUPBLITTERNOTIFYOUT

From EDM2
Revision as of 17:55, 8 February 2020 by Martini (talk | contribs) (Created page with "The DEVESC_SETUPBLITTERNOTIFY output data structure. ==Example Code== <PRE> typedef struct _SETUPBLITTERNOTIFYOUT { ULONG ulLength; /* length of this structure...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;