Informs the byte array that the download has been terminated, either successfully or unsuccessfully.
HRESULT Terminate(
BOOL bCanceled //Indicates if download was successful
);
This function supports the standard return values E_OUTOFMEMORY, E_UNEXPECTED, E_INVALIDARG, and E_FAIL.
After this method has been called, the byte array will no longer return E_PENDING.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in objidl.h.