ICeFileFilterOptions::SetFilterOptions

The ICeFileFilterOptions::SetFilterOptions method sets the filter options using a pointer to the CFF_CONVERTOPTIONS structure.

Syntax

HRESULT ICeFileFilterOptions::SetFilterOptions(
    CFF_CONVERTOPTIONS *
pco
);

At a Glance

Header file: Replfilt.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

pco
pointer to the CFF_CONVERTOPTIONS structure

Return Values

Returns an HRESULT which indicates whether the function succeeded or not.

Remarks

Initialize the CFF_CONVERTIOPTIONS parameter by setting the cbSize field and the appropriate fields before calling the SetFilterOptions method.