LInet::IsWndItem
#include "ltwrappr.h"
L_BOOL LInet::IsWndItem(plConnection)
LInet * plConnection; |
/* instance of a remote computer */ |
Checks to see if the specified remote computer is in the connection list window.
Parameter |
Description |
plConnection |
Instance of a remote computer. This function will determine whether this remote computer is in the connection list window. |
Returns
TRUE |
Remote computer in the connection list window. |
FALSE |
Remote computer not in the connection list window. |
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
Functions: |
LInet::AddWndItem, LInet::RemoveWndItem, LInet::RemoveAllWndItems, Class Members |
Example
For an example, refer to LInet::AddWndItem.