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.
Structure to report result flags from the SetTiming call which apply to the complete call rather than individual paths.
Syntax
typedef struct _DXGK_SET_TIMING_RESULTS {
union {
struct {
UINT ConnectionStatusChanges : 1;
UINT Reserved : 31;
};
UINT Value;
};
} DXGK_SET_TIMING_RESULTS, *PDXGK_SET_TIMING_RESULTS;
Members
ConnectionStatusChanges
If set, indicates that one or more connector status changes were detected in the course of this call so the OS needs to call DxgkDdiQueryConnectionStatus to catch up with all changes and to resync with the current state.
Reserved
This value is reserved for system use.
Value
UINT used to operate on the combined bit-fields.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |