ICMP
|
ICMP API: printing debug messages. More...
#include <windows.h>
Go to the source code of this file.
Functions | |
void | IcmpOutputDebugString () |
Write message to Windows debug output. |
ICMP API: printing debug messages.
File contains function to print debug messages using Win32 system function OutputDebugString.
void IcmpOutputDebugString | ( | ) |
Write message to Windows debug output.
Function prints formatted message to Windows debug output. In case illegal format is specified the message is not printed
format | format of message to be printed (as in vsprintf) |
... | list of parameters to be printed |