Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 IUnknownobject returned from the IPegasusFileFilterSite::OpenDestinationFilemethod.

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