PHMessageBox (Windows Embedded CE 6.0)
1/6/2010
This function creates a message box control with the specified parameters. A message box can be modal or modeless. For more information about the flags to set modal or modeless creation, please see PhCommon Dialog Flags.
An example picture of a message box (from the IP Phone Suite) shown below:
Syntax
BOOL PHMessageBox(
PH_MESSAGE_BOX_PARAMETERS* pParameters
);
Parameters
- pParameters
[in, out] A PH_MESSAGE_BOX_PARAMETERS struct that inputs and receives the message box parameters.
Return Value
The function returns TRUE or FALSE to indicate creation success or failure.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
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
PH_MESSAGE_BOX_PARAMETERS