LInet::ExpandWnd
#include "ltwrappr.h"
L_INT LInet::ExpandWnd(bFlag=TRUE)
L_BOOL bFlag; |
/* flag that indicates whether to expand the tree */ |
Expands or collapses the connection list tree.
Parameter |
Description | |
bFlag |
Flag that indicates whether to expand or collapse the connection list tree. Possible values are: | |
|
Value |
Meaning |
|
TRUE |
Expand the connection list tree. |
|
FALSE |
Collapse the connection list tree. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
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: |
Example
For an example, refer to LInet::CreateWnd.