Microsoft DirectX 9.0

IPersistMediaPropertyBag::InitNew

The InitNew method initializes the object to receive new properties.

Syntax

HRESULT InitNew(void);

Return Value

Returns S_OK.

Remarks

Calling this method on the AVI Mux filter clears any properties that were previously set using the Load method.

Calling this method on the AVI Splitter filter or the WAVE Parser filter has no effect.

See Also