USE_INFO_3 structure (lmuse.h)
The USE_INFO_3 structure contains information about a connection between a local computer and a shared resource, including connection type, connection status, user name, domain name, and specific flags that describe connection behavior.
Syntax
typedef struct _USE_INFO_3 {
USE_INFO_2 ui3_ui2;
ULONG ui3_flags;
} USE_INFO_3, *PUSE_INFO_3, *LPUSE_INFO_3;
Members
ui3_ui2
USE_INFO_2 structure that contains
ui3_flags
A set of bit flags that describe connection behavior and credential handling.
Value | Meaning |
---|---|
|
Do not connect to the server. |
|
Force a connection to the server, bypassing the CSC. |
|
No explicit credentials are supplied in the call to NetUseAdd. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lmuse.h (include Lm.h) |