ICeFileFilterSite::CloseSourceFile (Windows CE 5.0)
This method is called by a file filter to close a source file.
STDMETHODIMP ICeFileFilterSite::CloseSourceFile(LPUNKNOWNpObj);
Parameters
- pObj
[out] Pointer to the IUnknown object returned from the ICeFileFilterSite::OpenSourceFile method.
Return Values
Returns NOERROR if the method completed successfully, otherwise returns HRESULT_FROM_WIN32.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Replfilt.h.
Link Library: Coredll.lib.
See Also
ICeFileFilterSite::OpenSourceFile
Send Feedback on this topic to the authors