WFD_DISPLAY_SINK_OBJECT_HEADER structure

The WFD_DISPLAY_SINK_OBJECT_HEADER structure describes the display sink object data included in a notification or notification result.

Syntax

typedef struct _WFD_DISPLAY_SINK_OBJECT_HEADER {
  UCHAR  Type;
  UCHAR  Revision;
  USHORT Length;
} WFD_DISPLAY_SINK_OBJECT_HEADER, *PWFD_DISPLAY_SINK_OBJECT_HEADER;

Members

Type

The type of the display sink object. You can use the identifier WFD_DISPLAY_SINK_OBJECT_TYPE_DEFAULT which is defined as the value 1.

Revision

The revision version of the display sink object. You can use the identifier WFD_DISPLAY_SINK_OBJECT_REVISION_VERSION_1 which is defined as the value 1.

Length

The length of the data in the notification or notification result.

Requirements

Requirement Value
Minimum supported client
Windows 8.1 [desktop apps only]
Minimum supported server
Windows Server 2012 R2 [desktop apps only]
Header
Wfdsink.h