|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmuse.h
| Unicode
| No
| Platform Notes
| None
|
|
|
USE_INFO_0
The USE_INFO_0 structure contains status information about a remote or local resource.
typedef struct _USE_INFO_0 {
LPTSTR ui0_local;
LPTSTR ui0_remote;
}USE_INFO_0, *PUSE_INFO_0, *LPUSE_INFO_0;
Members
ui0_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.
ui0_remote
Points to a Unicode string that specifies the share name of the remote
resource. The string is in the form
\\servername\sharename
See Also
NetUseEnum, NetUseGetInfo
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|