Skip to content

Latest commit

 

History

History
90 lines (53 loc) · 1.81 KB

tsmf-support-data-out.md

File metadata and controls

90 lines (53 loc) · 1.81 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_type ms.topic ms.date api_location
TSMF_SUPPORT_DATA_OUT structure
Contains information about media formats. | TSMF_SUPPORT_DATA_OUT structure
987ede31-ad15-489f-90e5-fb707c6b38a9
multiple
TSMF_SUPPORT_DATA_OUT structure Remote Desktop Services
PTSMF_SUPPORT_DATA_OUT structure pointer Remote Desktop Services
apiref
TSMF_SUPPORT_DATA_OUT
NA
reference
05/31/2018

TSMF_SUPPORT_DATA_OUT structure

Contains information about media formats. This structure is used by the QueryProperty method during WRDS_QUERY_MF_FORMAT_SUPPORT queries.

Syntax

typedef struct tagTSMF_SUPPORT_DATA_OUT {
  GUID                      guidMfSession;
  UINT32                    numEntries;
  TSMF_SUPPORT_NODEDATA_OUT ...;
} TSMF_SUPPORT_DATA_OUT, *PTSMF_SUPPORT_DATA_OUT;

Members

guidMfSession

This must match the guidMfSession property in the corresponding TSMF_SUPPORT_DATA_IN structure.

numEntries

The number of structures in the variable length data.

...

A variable number of structures containing media format data.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2

See also

QueryProperty

TSMF_SUPPORT_NODEDATA_OUT