ICMP
Functions
IcmpDebug.h File Reference

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.

Detailed Description

ICMP API: printing debug messages.

File contains function to print debug messages using Win32 system function OutputDebugString.


Function Documentation

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

See also:
vsprintf specification.
Parameters:
formatformat of message to be printed (as in vsprintf)
...list of parameters to be printed
 All Classes Files Functions Variables Defines