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