Share via


PHDialogScreen (Windows Embedded CE 6.0)

1/6/2010

This function creates a dialog control with the specified parameters. In doing this, it creates a standardized dialog control with the same format regardless of the calling/creating application. The caller can customize the behavior of the control by implementing the optional hook procedure. For more information, please see DIALOG_HOOK_PROC.

An example picture of a dialog screen (from the IP Phone Suite) shown below:

Ee499603.b7b20e04-4dd5-416d-8609-0d60f2e3fe8d(en-US,WinEmbedded.60).gif

Syntax

BOOL  PHDialogScreen(
PH_DIALOG_SCREEN_PARAMETERS* pParameters
);

Parameters

Return Value

The function returns TRUE or FALSE to indicate success or failure.

Remarks

Note

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

You can implement an optional dialog hook procedure by passing in and implementing a dialog callback procedure. For more information, see DIALOG_HOOK_PROC.

Requirements

Header controldefinitions.h
Library PhCommon.dll
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

PhCommon Controls APIs
PhCommon Reference