Microsoft DirectX 8.0

REM_FILTER_FLAGS Enumeration

Enumerated Types

Specifies how to remove a filter from the filter graph.

Syntax

enum _REM_FILTER_FLAGS {
    REMFILTERF_LEAVECONNECTED = 0x00000001
};

Elements

REMFILTERF_LEAVECONNECTED
Leave the filter connected. By default, filters are disconnected when removed from the graph.

See Also

IGraphConfig::RemoveFilterEx