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.
typedef struct _WFD_DISPLAY_SINK_OBJECT_HEADER {
UCHAR Type;
UCHAR Revision;
USHORT Length;
} WFD_DISPLAY_SINK_OBJECT_HEADER, *PWFD_DISPLAY_SINK_OBJECT_HEADER;
-
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.
Requirement | Value |
---|---|
Minimum supported client |
Windows 8.1 [desktop apps only] |
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
Header |
|