![]() |
ValidAddress() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Public Function |
Declared in: SpoofSocket.h |
Declaration
static BOOL ValidAddress(
LPCSTR lpAddress);
DescriptionCheck if an address is valid
Function Body
try
{
return inet_addr(lpAddress)!=INADDR_NONE;
}
ERROR_HANDLER_STATIC_RETURN(CSpoofSocket_LOGNAME,"ValidAddress",FALSE)
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001. |