In | hConnection | Connection handle that identifies the server. Connection handles are obtained with the
PvConnectServer() function. |
In | sequence | The sequence number (zero based) of the SQL connection. Must be within a valid range with upper limit defined by the number of SQL connections obtained by
PvGetSQLConnectionsData(). |
Out | pSQLConnInfo | Address of a
PVSQLCONNINFO structure to receive the information on the SQL connection. |
P_OK | The operation was successful. |
P_E_INVALID_HANDLE | hConnection parameter is not a valid connection handle. |
P_E_DATA_UNAVAILABLE | Data not available for the SQL connection. |
P_E_NULL_PTR | pSQLConnInfo pointer is NULL. |
P_E_INVALID_SEQUENCE | Sequence number is not valid. |
P_E_FAIL | Failed to disconnect to the named server. |