IPegasusFileFilterSite::CloseSourceFile

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

Syntax

STDMETHODIMP IPegasusFileFilterSite::CloseSourceFile(
LPUNKNOWN
pObj
);

At a Glance

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

Parameters

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

Return Values

NOERROR
CloseSourceFile was successful.

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