IPegasusFileFilterSite::CloseDestinationFile (Windows CE 5.0)
This method is called by a file filter to close a destination file.
STDMETHODIMP IPegasusFileFilterSite::CloseDestinationFile(BOOLbKeepFile,LPUNKNOWNpObj);
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 Values
Returns NOERROR if the method completed successfully, otherwise returns HRESULT_FROM_WIN32.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Replfilt.h.
Link Library: Coredll.lib.
See Also
IUnknown | IPegasusFileFilterSite::OpenDestinationFile
Send Feedback on this topic to the authors