2.2.5.22 USE_INFO_0

The USE_INFO_0 structure specifies details about the connection between a machine on which the workstation service is running and a shared resource.

 typedef struct _USE_INFO_0 {
   [string] wchar_t* ui0_local;
   [string] wchar_t* ui0_remote;
 } USE_INFO_0,
  *PUSE_INFO_0,
  *LPUSE_INFO_0;

ui0_local: A pointer to a string that contains the device name (for example, drive E or LPT1) being redirected to the shared resource.

ui0_remote: A pointer to a string that contains the share name of the remote resource being accessed. The string MUST be in the following form: "\\servername\sharename".