LInet::GetHandle

#include "ltwrappr.h"

L_COMP L_FAR LInet::GetHandle(L_VOID)

Retrieves the internal LEAD computer handle for this LInet class object.

Returns

A pointer to a computer handle.

Comments

Use this function to retrieve the internal LEAD bitmap handle for this LInet class object.

Required DLLs and Libraries

LTNET

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Elements

Class Members

Example

LInet Inet;
LInet L_FAR *plRemote;

plRemote = Inet.GetFirstItem();

if( *plRemote.GetHandle() == 35)
   return;