ICeFileFilterOptions::SetFilterOptions (Windows Embedded CE 6.0)
1/6/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 |