Microsoft Windows CE 3.0  

CMemAllocator::Free

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Frees memory for a media sample object.

HRESULT Free(void);

Return Values

No return value.

Remarks

This member function overrides the pure virtual CBaseAllocator::Freemember function called when a decommit operation has completed. Memory is actually freed in ReallyFree, which is called from the destructor, so this function is not used in this class.