Share via


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:

Ee499282.e2851574-b67d-4484-83c2-507fbf5c1a82(en-US,WinEmbedded.60).gif

Syntax

BOOL  PHMessageBox(
    PH_MESSAGE_BOX_PARAMETERS* pParameters
);

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