ICeFileFilterSite::CloseDestinationFile (Windows CE 5.0)

Send Feedback

This method is called by a file filter to close a destination file.

STDMETHODIMP ICeFileFilterSite::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
    [out] Pointer to an IUnknown object returned from the ICeFileFilterSite::OpenDestinationFile method.

Return Values

Returns NOERROR if the method completed successfully, otherwise returns HRESULT_FROM_WIN32.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Replfilt.h.
Link Library: Coredll.lib.

See Also

ICeFileFilterSite::OpenDestinationFile

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.