LInet::IsAutoWndEnabled

#include "ltwrappr.h"

L_BOOL LInet::IsAutoWndEnabled(L_VOID)

Determines whether auto processing is enabled or disabled for the connection list window.

Returns

TRUE

Auto processing is enabled.

FALSE

Auto processing is disabled.

Comments

If auto processing is enabled, adding and removing remote computers to and from the connection list window will be performed automatically.

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, LInet::IsWndItem, LInet::EnableAutoWnd, Class Members

Example

For an example, refer to LInet::EnableAutoWnd.