Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The VIDEO_WIN32K_CALLBACKS structure is reserved for system use.
Syntax
typedef struct _VIDEO_WIN32K_CALLBACKS {
IN PVOID PhysDisp;
IN PVIDEO_WIN32K_CALLOUT Callout;
OUT ULONG bACPI;
OUT HANDLE pPhysDeviceObject;
OUT ULONG DualviewFlags;
} VIDEO_WIN32K_CALLBACKS, *PVIDEO_WIN32K_CALLBACKS;
Members
PhysDisp
Reserved for system use.
Callout
Reserved for system use.
bACPI
Reserved for system use.
pPhysDeviceObject
Reserved for system use.
DualviewFlags
Reserved for system use.
Requirements
Requirement | Value |
---|---|
Header | ntddvdeo.h (include Ntddvdeo.h) |