IPegasusFileFilterSite::CloseSourceFile

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

STDMETHODIMP IPegasusFileFilterSite::CloseSourceFile(
  LPUNKNOWN pObj
);

Parameters

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::OpenSourceFile

Other Resources

IUnknown