ICeFileFilterSite::CloseSourceFile (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

STDMETHODIMP ICeFileFilterSite::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 2.0 and later

See Also

Reference

ICeFileFilterSite
ICeFileFilterSite::OpenSourceFile