Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function prints a string to the debug output stream. The function is called by the DEBUGMSG, RETAILMSG, and ERRORMSG macros when the macro requires output support.
Syntax
void WINAPIV NKDbgPrintfW(
LPCWSTR lpszFmt,...
);
Parameters
- lpszFmt
Uses wprintf, a printf-style format string that accepts Unicode characters.
Remarks
NKDbgPrintfW supports a variable number of arguments.
WARNING: The message output must be smaller than 256 bytes, or 128 Unicode characters.
Requirements
| Header | dbgapi.h |
| Library | None |
| Windows Embedded CE | Windows CE 2.10 and later |