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
- pObj
[out] Pointer to the IUnknown object returned from the ICeFileFilterSite::OpenSourceFile method.
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 |