다음을 통해 공유


IMediaObject::FreeStreamingResources (Windows CE 5.0)

Send Feedback

This method frees resources allocated by the DMO. Calling this method is always optional.

HRESULT FreeStreamingResources(void);

Parameters

None.

Return Values

Returns S_OK if successful. Otherwise, it returns an HRESULT value indicating the cause of the error.

Remarks

This method releases any resources that the IMediaObject::AllocateStreamingResources method initializes.

If the DMO does not support this method, the method returns S_OK. If you call this method during streaming, the method fails and the DMO does not release any resources.

Regardless of whether the method fails or succeeds, the application can continue to call other methods on the DMO. The DMO might need to reinitialize resources that were previously freed.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
Link Library: Dmoguid.lib.

See Also

IMediaObject | IMediaObject::AllocateStreamingResources

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.