Microsoft DirectX 9.0

ICaptureGraphBuilder::GetFiltergraph

Note   The ICaptureGraphBuilder interface is deprecated. Use ICaptureGraphBuilder2 instead.

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