2.2.4.1 WKSTA_INFO
The WKSTA_INFO union specifies details about a computer. This union is used by the methods NetrWkstaGetInfo (section 3.2.4.1) and NetrWkstaSetInfo (section 3.2.4.2).
-
typedef [switch_type(unsigned long)] union _WKSTA_INFO { [case(100)] LPWKSTA_INFO_100 WkstaInfo100; [case(101)] LPWKSTA_INFO_101 WkstaInfo101; [case(102)] LPWKSTA_INFO_102 WkstaInfo102; [case(502)] LPWKSTA_INFO_502 WkstaInfo502; [case(1013)] LPWKSTA_INFO_1013 WkstaInfo1013; [case(1018)] LPWKSTA_INFO_1018 WkstaInfo1018; [case(1046)] LPWKSTA_INFO_1046 WkstaInfo1046; [default] ; } WKSTA_INFO, *PWKSTA_INFO, *LPWKSTA_INFO;
WkstaInfo100: Details about the computer environment (section 2.2.5.1)
WkstaInfo101: Details about the computer environment (section 2.2.5.2).
WkstaInfo102: Details about the computer environment (section 2.2.5.3).
WkstaInfo502: Details about the computer environment (section 2.2.5.4).
WkstaInfo1013: Details about the state of the SMB network redirector (section 2.2.5.5).
WkstaInfo1018: Details about the state of the SMB network redirector (section 2.2.5.6).
WkstaInfo1046: Details about the state of the SMB network redirector (section 2.2.5.7).