IMFHttpDownloadRequest::Close method (mfidl.h)
Invoked by Microsoft Media Foundation to allow IMFHttpDownloadRequest to free any internal resources. It will also cancel the current request if it is still in progress.
Syntax
HRESULT Close();
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
Successfully closed the request object. |
Remarks
Microsoft Media Foundation will not invoke any other methods on the IMFHttpDownloadRequest interface after having invoked Close.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mfidl.h |
Library | Mfplat.lib; Mfplat.dll |