Partager via


ICeFileFilterOptions::SetFilterOptions (Windows CE 5.0)

Send Feedback

This method sets the filter options using a pointer to the CFF_CONVERTOPTIONS structure.

HRESULT ICeFileFilterOptions::SetFilterOptions(CFF_CONVERTOPTIONS* pco);

Parameters

  • pco
    [in] Pointer to the CFF_CONVERTIOPTIONS 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 SetFilterOptions.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Replfilt.h.
Link Library: Coredll.lib.

See Also

CFF_CONVERTOPTIONS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.