_DisplayMsg (Windows CE 5.0)

Send Feedback

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

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

OS Versions: Windows CE .NET 4.2 and later.

See Also

Scripting Host Functions | Scripting Host Tool

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.