Share via


_DisplayMsg

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function displays a message box on the screen of the target device.

Syntax

void _Alert(
  BSTR string 
);

Parameters

  • string
    Text to be displayed in the message box.

Remarks

You can clear the message by passing an empty string into the string parameter.

You can call this function from a script that Cescript.exe executes.

Requirements

Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

Scripting Host Functions