IPegasusFileFilterSite::CloseDestinationFile
A version of this page is also available for
4/8/2010
This method is called by a file filter to close a destination file.
Syntax
STDMETHODIMP IPegasusFileFilterSite::CloseDestinationFile(
BOOL bKeepFile,
LPUNKNOWN pObj
);
Parameters
- bKeepFile
[in] Boolean value that indicates whether to keep or delete the destination file. A file filter should set this parameter to TRUE to keep the destination file, or FALSE to delete it.
- pObj
[in] Pointer to an IUnknown object returned from the IPegasusFileFilterSite::OpenDestinationFile method.
Return Value
Returns NOERROR if the method completed successfully, otherwise returns HRESULT_FROM_WIN32.
Requirements
Header | replfilt.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
IPegasusFileFilterSite::OpenDestinationFile