Whats the purpose of this is a WINAPI code? if (hndlIcmp == NULL) { fprintf(stderr,"\nCould not load ICMP.DLL\n"); return; }
Log in to post a comment.
Whats the purpose of this is a WINAPI code?
if (hndlIcmp == NULL)
{
fprintf(stderr,"\nCould not load ICMP.DLL\n");
return;
}