Share via


ICeFileFilterOptions::SetFilterOptions

The SetFilterOptions method sets the filter options by referencing a CFF_CONVERTOPTIONS structure.

Syntax

HRESULT SetFilterOptions (
  CFF_CONVERTOPTIONS * pco
);

Parameters

  • pco
    [in] Reference to a CFF_CONVERTOPTIONS structure.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The method completed successfully.

Remarks

Initialize the CFF_CONVERTIOPTIONS structure members before calling this method.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: replfilt.h

See Also

CFF_CONVERTOPTIONS

ICeFileFilterOptions

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.