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:
Syntax
BOOL PHDialogScreen(
PH_DIALOG_SCREEN_PARAMETERS* pParameters
);
Parameters
- pParameters
[in,out] A PH_DIALOG_SCREEN_PARAMETERS struct that inputs and receives the dialog 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 |