CFF_CONVERTOPTIONS

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

At a Glance

Header file: Replfilt.h
Windows CE versions: 2.0 and later

Syntax

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.