Share via


KITLOutputDebugString

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is used to send debug output.

Syntax

void KITLOutputDebugString(
  const char* fmt,
  ...  );  

Parameters

  • fmt
    [in] Pointer to a null-terminated string that contains the format-control specifications. In addition to ordinary ASCII characters, a format specification for each argument appears in this string.
  • ...
    [in] Specifies one or more optional arguments. The number and type of argument parameters depend on the corresponding format-control specifications in the lpFmt parameter.

Return Value

None.

Requirements

Header kitl.h
Library Kitl.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Concepts

Kernel Independent Transport Layer
Active and Passive KITL
Enabling KITL