IPegasusFileFilterSite::CloseDestinationFile (Windows Embedded CE 6.0)

1/6/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.

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

See Also

Reference

IPegasusFileFilterSite
IPegasusFileFilterSite::OpenDestinationFile

Other Resources

IUnknown