ICEFileFilterSite::CloseSourceFile

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

At a Glance

Header file: Replfilt.h
Windows CE versions: 2.0 and later

Syntax

STDMETHODIMP ICeFileFilterSite::CloseSourceFile(
LPUNKNOWN
pObj );

Parameters

pObj

Pointer to the IUnknown object returned from the ICeFileFilterSite::OpenSourceFile method.

Return Values

NOERROR indicates success. An HRESULT_FROM_WIN32 error value indicates failure.