ICEFileFilterSite::CloseSourceFile

The ICeFileFilterSite::CloseSourceFile method is used by a file filter to close a source file.

Syntax

STDMETHODIMP ICeFileFilterSite::CloseSourceFile(
LPUNKNOWN
pObj
);

At a Glance

Header file: Replfilt.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

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

Return Values

NOERROR
CloseSourceFile was successful.

If the function fails, the return value is an HRESULT_FROM_WIN32 error value.