Sierra 5391-01 Server User Manual


 
T12017-Sentry_LANServer_Users_Manual Page 52 of 59
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
Tel: (408) 262-2299 Fax: (408) 262-2269 Toll_Free: 888-509-1970 email: support@fieldserver.com
Macro Code Message Description
WSA_INVALID_PARAMETER
OS
dependent
One or more
parameters are
invalid
An application used a Windows
Sockets function which directly
maps to a Win32 function. The
Win32 function is indicating a
problem with one or more
parameters.
WSAINVALIDPROCTABLE
OS
dependent
Invalid
procedure table
from service
provider
A service provider returned a
bogus proc table to WS2_32.DLL.
(Usually caused by one or more of
the function pointers being NULL.)
WSAINVALIDPROVIDER
OS
dependent
Invalid service
provider version
number
A service provider returned a
version number other than 2.0.
WSA_IO_INCOMPLETE
OS
dependent
Overlapped I/O
event object not
in signaled
state
The application has tried to
determine the status of an
overlapped operation which is not
yet completed. Applications that
use WSAGetOverlappedResult
(with the fWait flag set to false) in a
polling mode to determine when an
overlapped operation has
completed will get this error code
until the operation is complete.
WSA_IO_PENDING
OS
dependent
Overlapped
operations will
complete later
The application has initiated an
overlapped operation which cannot
be completed immediately. A
completion indication will be given
at a later time when the operation
has been completed.
WSA_NOT_ENOUGH_MEMORY
OS
dependent
Insufficient
memory
available
An application used a Windows
Sockets function which directly
maps to a Win32 function. The
Win32 function is indicating a lack
of required memory resources.
WSAHOST_NOT_FOUND 11001
Host not found
No such host is known. The name
is not an official hostname or alias,
or it cannot be found in the
database(s) being queried. This
error may also be returned for
protocol and service queries, and
means the specified name could
not be found in the relevant
database.
WSA_INVALID_HANDLE
OS
dependent
Specified event
object handle is
invalid
An application attempts to use an
event object, but the specified
handle is not valid.
WSA_INVALID_PARAMETER
OS
dependent
One or more
parameters are
invalid
An application used a Windows
Sockets function which directly
maps to a Win32 function. The
Win32 function is indicating a
problem with one or more
parameters.