ItemExists

Description

Determines whether an item (object) with the specified socket handle exists.

Good to know: Use this method to validate whether a connection is valid.

Remarks

Use this method to check whether we have a connection for this socket handle.

Prototype

BOOL ItemExists(long SocketHandle)

Last updated