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

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples