The ICeFileFilterOptions::SetFilterOptions method sets the filter options using a pointer to the CFF_CONVERTOPTIONS structure.
HRESULT ICeFileFilterOptions::SetFilterOptions(
CFF_CONVERTOPTIONS *pco
);
Header file: | Replfilt.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
Returns an HRESULT which indicates whether the function succeeded or not.
Initialize the CFF_CONVERTIOPTIONS parameter by setting the cbSize field and the appropriate fields before calling the SetFilterOptions method.