Microsoft DirectX 8.1 (C++)

ICaptureGraphBuilder::GetFiltergraph

Note   The ICaptureGraphBuilder interface is deprecated.

Retrieves the filter graph that the builder is using.

Syntax

HRESULT GetFiltergraph(
    IGraphBuilder **ppfg
);

Parameters

ppfg

[out] Address of a pointer to an IGraphBuilder interface.

Return Value

Returns an HRESULT value.

Remarks

This method increments the reference count on the IGraphBuilder interface; be sure to decrement the reference count on IGraphBuilder by calling the Release method.

See Also