DXGK_CHILD_STATUS_TYPE enumeration (dispmprt.h)

The DXGK_CHILD_STATUS_TYPE enumeration indicates the type of status being requested or reported for a child device of the display adapter.

Syntax

typedef enum _DXGK_CHILD_STATUS_TYPE {
  StatusUninitialized,
  StatusConnection,
  StatusRotation,
  StatusMiracastConnection
} DXGK_CHILD_STATUS_TYPE, *PDXGK_CHILD_STATUS_TYPE;

Constants

 
StatusUninitialized
Indicates that a variable of type DXGK_CHILD_STATUS_TYPE has not yet been assigned a meaningful value.
StatusConnection
Indicates that the request or report pertains to whether the child device has a monitor (or other display device) connected to it.
StatusRotation
Indicates that the request or report pertains to the rotation angle of the monitor (or other display device) that is connected to the child device.
StatusMiracastConnection
Indicates that the request or report pertains to a monitor (or other display device) that is connected wirelessly to the child device through a Miracast connected session.

Supported by WDDM 1.3 and later drivers running on Windows 8.1 and later.

Remarks

The Type member of a DXGK_CHILD_STATUS structure is a member of the DXGK_CHILD_STATUS_TYPE enumeration.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header dispmprt.h (include Dispmprt.h)

See also

DxgkCbIndicateChildStatus

DxgkDdiQueryChildStatus