ICeFileFilterOptions::SetFilterOptions
A version of this page is also available for
4/8/2010
This method sets the filter options using a pointer to the CFF_CONVERTOPTIONS structure.
Syntax
HRESULT ICeFileFilterOptions::SetFilterOptions(
CFF_CONVERTOPTIONS* pco
);
Parameters
- pco
[in] Pointer to the CFF_CONVERTIOPTIONS structure.
Return Value
An appropriate HRESULT value is returned.
Remarks
Initialize the CFF_CONVERTIOPTIONS parameter by setting the cbSize member and the appropriate members before calling SetFilterOptions.
Requirements
Header | replfilt.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |