The WMT_STREAM_SELECTION enumeration type defines a range for the status of a stream.
Syntax
typedef enum WMT_STREAM_SELECTION { WMT_OFF = 0, WMT_CLEANPOINT_ONLY = 1, WMT_ON = 2 };
See Also