TSMF_SUPPORT_DATA_IN 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_IN {
  GUID                     guidMfSession;
  UINT32                   numEntries;
  TSMF_SUPPORT_NODEDATA_IN ...;
} TSMF_SUPPORT_DATA_IN, *PTSMF_SUPPORT_DATA_IN;

Members

guidMfSession

The session.

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_IN