This document is archived and information here might be outdated. Recommended version. |
Notification that the Connect method has been called.
[Visual Basic .NET]
Public Sub OnConnectorConnect ( _
ByVal bstrUserName As String, _
ByVal bstrPassword As String _
)
[C#]
public void OnConnectorConnect (
string bstrUserName,
string bstrPassword
);
[C++]
HRESULT OnConnectorConnect(
BSTR bstrUserName,
BSTR bstrPassword
);
[C++] Parameters bstrUserName [in]
bstrUserName is a parameter of type BSTR bstrPassword [in]
bstrPassword is a parameter of type BSTR