NKDbgPrintfW (Windows CE 5.0)

Send Feedback

Prints a string to the debug output stream. This function is called by the DEBUGMSG, RETAILMSG, and ERRORMSG macros when the macro requires output support.

void WINAPIV NKDbgPrintfW(  LPCWSTR lpszFmt,
);

Parameters

  • lpszFmt
    Printf format string.

Return Values

None

Requirements

OS Versions: Windows CE OS 2.10 and later
Header: Dbgapi.h
Link Library: none

See Also

DEBUGMSG | RETAILMSG | ERRORMSG

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.