2.2.4.2 USE_INFO

The USE_INFO union specifies details about the connection between a machine on which the workstation service is running and a shared resource. This union is used by the methods NetrUseAdd (section 3.2.4.7) and NetrUseGetInfo (section 3.2.4.8).

 typedef 
 [switch_type(unsigned long)] 
 union _USE_INFO {
   [case(0)] 
     LPUSE_INFO_0 UseInfo0;
   [case(1)] 
     LPUSE_INFO_1 UseInfo1;
   [case(2)] 
     LPUSE_INFO_2 UseInfo2;
   [case(3)] 
     LPUSE_INFO_3 UseInfo3;
   [default]     ;
 } USE_INFO,
  *PUSE_INFO,
  *LPUSE_INFO;

UseInfo0: Details about a connection (section 2.2.5.21).

UseInfo1: Details about a connection (section 2.2.5.22).

UseInfo2: Details about a connection (section 2.2.5.23).

UseInfo3: Details about a connection (section 2.2.5.24).