LInet::RemoveAllWndItems

#include "ltwrappr.h"

L_VOID LInet::RemoveAllWndItems(L_VOID)

Removes all the remote computer items from the connection list window.

Returns

None.

Comments

If the user calls LInet::EnableAutoWnd, then all the remote computers 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

win32

LInet::AddWndItem, LInet::RemoveWndItem, LInet::IsWndItem, Class Members

Example

LInet Inet;

// other operations

Inet.RemoveAllWndItems();