Share via


_OutputDebugString

This function sends a debug message to the debugger.

void _OutputDebugString(
  BSTR string 
);

Parameters

  • string
    Text of message to send to the debugger.

Remarks

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

Requirements

OS Versions: Windows CE 4.2 and later.

See Also

Scripting Host Functions | Scripting Host Tool

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.