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