Share via


PhCommon Dialog Flags (Windows Embedded CE 6.0)

1/6/2010

These flags are used when creating a dialog screen or message box. A menu screen is a special type of dialog screen. These flags are passed in as part of the parameter structure to each call. Please see the following functions for more information, PHDialogScreen, PHMenuScreen, and PHMessageBox.

Flag Value Description

VDF_TYPE_MODAL

0x00000000

Dialog screen is MODAL.

VDF_TYPE_MODELESS

0x00000001

Dialog screen is MODELESS.

VDF_HIDDEN

0x00000002

Dialog screen is HIDDEN.

Remarks

Note

This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.

See Also

Reference

PhCommon Reference

Concepts

IP Phone Suite