Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This method is called by a file filter to close a source file.
Syntax
STDMETHODIMP IPegasusFileFilterSite::CloseSourceFile(
LPUNKNOWN pObj
);
Parameters
- pObj
[in] Pointer to the IUnknown object returned from the IPegasusFileFilterSite::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 1.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
IPegasusFileFilterSite::OpenSourceFile