2.2.3.7 Reconnect_Return

The Reconnect_Return structure is used to obtain return information from a Reconnect call (for more information, see section 3.1.4.36).

 typedef struct Reconnect_Return {
   long ReturnCode;
   unsigned long dwActiveProtocol;
 } Reconnect_Return;

ReturnCode: HRESULT or Win32 Error code. Zero indicates success; any other value indicates failure.

dwActiveProtocol: A flag that indicates the established active protocol. For more information on acceptable values, see section 2.2.5 .