LInet::RemoveWndItem
#include "ltwrappr.h"
L_VOID LInet::RemoveWndItem(plRemoteComp)
LInet * plRemoteComp; |
/* instance of a remote computer */ |
Removes a remote computer from the connection list window.
Parameter |
Description |
plRemoteComp |
Instance of the remote computer to be removed from connection list window. |
Returns
None.
Comments
If the user calls LInet::EnableAutoWnd(TRUE), then the remote computer will be removed automatically from the 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::RemoveAllWndItems, LInet::IsWndItem, Class Members |
Example
For an example, refer to LInet::AddWndItem.