Freigeben über


CFF_CONVERTOPTIONS (Windows CE 5.0)

Send Feedback

This structure contains information that the ICeFileFilterOptions::SetFilterOptions method uses to set file filter options.

typedef struct tagCFF_CONVERTOPTIONS {ULONG cbSize;BOOL bNoModalUI;} CFF_CONVERTOPTIONS; 

Members

  • cbSize
    Size of the structure. This value should be initialized by the caller.
  • bNoModalUI
    Boolean that is set to TRUE if the caller wants the converter to suppress all modal UI during the conversion.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Replfilt.h.

See Also

ActiveSync Structures |ICeFileFilterOptions::SetFilterOptions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.