2.2.5.24 USE_INFO_3
The USE_INFO_3 structure contains information about the connection between a machine on which the workstation service is running and a shared resource. The information includes user name and domain name.
-
typedef struct _USE_INFO_3 { USE_INFO_2 ui3_ui2; ULONG ui3_flags; } USE_INFO_3, *PUSE_INFO_3, *LPUSE_INFO_3;
ui3_ui2: A pointer to the USE_INFO_2 (section 2.2.5.23) structure entries returned by the method.
ui3_flags: A reserved field. The client MUST set this field to zero, and the server MUST ignore it on receipt.