|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmuse.h
| Unicode
| No
| Platform Notes
| None
|
|
|
USE_INFO_2
The USE_INFO_2 structure contains usability information about a remote or shared resource
and their associated accounts.
typedef struct _USE_INFO_2 {
LPTSTR ui2_local;
LPTSTR ui2_remote;
LPTSTR ui2_password;
DWORD ui2_status;
DWORD ui2_asg_type;
DWORD ui2_refcount;
DWORD ui2_usecount;
LPTSTR ui2_username;
LPTSTR ui2_domainname;
}USE_INFO_2, *PUSE_INFO_2, *LPUSE_INFO_2;
Members
ui2_local
Specifies a Unicode string that contains the local device name (for example,
drive E or LPT1) being redirected to the shared resource. The constant DEVLEN
specifies the maximum number of characters in the string.
ui2_remote
Points to a Unicode string that specifies the share name of the remote
resource. The string is in the form
\\servername\sharename
ui2_password
Points to a Unicode string that contains the password needed to establish a
session with a specific workstation.
ui2_status
Specifies the status of the connection. This element is not used by the NetUseAdd function. The following values are defined:
Value
| Meaning
| USE_OK
| The connection is successful.
| USE_PAUSED
| Paused by a local workstation.
| USE_SESSLOST
| The connection is connected.
| USE_DISCONN
| An error occurred.
| USE_NETERR
| A network error occurred.
| USE_CONN
| The connection is being made.
| SE_RECONN
| Reconnecting.
|
ui2_asg_type
Contains values that determine several features. This member can be any of the
following values:
Value
| Meaning
| USE_WILDCARD
| Matches the type of the server's shared resources. Wildcards can be used only
with the NetUseAdd function, and only when the ui2_local member is a null string.
| USE_DISKDEV
| Disk device.
| USE_SPOOLDEV
| Spooled printer.
| USE_CHARDEV
| Communication device.
| USE_IPC
| Interprocess communication (IPC).
|
ui2_refcount
Specifies the number of files, directories, and other processes that are open
on the remote resource. This element is not used by the NetUseAdd function.
ui2_usecount
Specifies the number of explicit connections (redirection with a local device
name) or implicit UNC connections (redirection without a local device name)
that are established with the resource.
ui2_username
Specifies the name of user in the domain.
ui2_domainname
Specifies the domain of the resource.
See Also
NetUseAdd, NetUserEnum, NetUseGetInfo
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|