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

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in lmuse.h.

See Also

Networking (Net) Overview, Net Structures, NetUseEnum, NetUseGetInfo