SETUPBLITTERNOTIFYOUT: Difference between revisions
Appearance
Created page with "The DEVESC_SETUPBLITTERNOTIFY output data structure. ==Example Code== <PRE> typedef struct _SETUPBLITTERNOTIFYOUT { ULONG ulLength; /* length of this structure..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
The DEVESC_SETUPBLITTERNOTIFY output data structure. | The DEVESC_SETUPBLITTERNOTIFY output data structure. | ||
<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;