Share via


ITVDATA_FILTERING_NONE Enumeration

The ITVDATA_FILTERING_NONE is a value that can be returned when a call to the IiTvDataReceiver::get_StreamControlByType method is called and indicates that streams are not filtered.

Syntax

  enum __declspec(uuid("3333ec50-a610-11db-befa-0800200c9a66"))
ITVDATA_FILTERING_NONE
{
    unused_3333EC50_A610_11db_BEFA_0800200C9A66 = 0
};

Members

unused_3333EC50_A610_11db_BEFA_0800200C9A66

This member is not used. See Remarks for more information.

Remarks

This GUID is the value for the constant ITVDATA_FILTERING_NONE. To use it, refer to the GUID value by __uuidof(ITVDATA_FILTERING_NONE).

Requirements

Library: McITvVmData.dll

Platform: Windows 7

See Also