This method sets the filter options using a pointer to the CFF_CONVERTOPTIONS structure.
At a Glance
Header file: | Replfilt.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT ICeFileFilterOptions::SetFilterOptions(
CFF_CONVERTOPTIONS *pco );
Parameters
pco
Pointer to the CFF_CONVERTOPTIONS structure.
Return Values
An appropriate HRESULT value is returned.
Remarks
Initialize the CFF_CONVERTIOPTIONS parameter by setting the cbSize member and the appropriate members before calling the ICeFileFilterOptions::SetFilterOptions method.