3.8.4.6.3.2 GetStationAutoLogonInformationResponseBody

 <xsd:complexType name="GetStationAutoLogonInformationResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="peConfiguration" type="xsd:unsignedInt"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="pbstrUserName" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="pbstrDomain" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

peConfiguration: Contains the logon setting: 0 = manual logon, or 1 = auto-logon.

pbstrUserName: Contains the user name to be used to auto-logon to the station.

pbstrDomain: Contains the domain to be used to auto-logon to the station.