This document is archived and information here might be outdated. Recommended version. |
Check feature(s).
[Visual Basic .NET]
Public Sub CheckASR ( _
ByVal strAsr As String, _
ByVal Password As String _
)
[C#]
public void CheckASR (
string strAsr,
string Password
);
[C++]
HRESULT CheckASR(
BSTR strAsr,
BSTR Password
);
[C++] Parameters strAsr [in]
strAsr is a parameter of type BSTR Password [in]
Password is a parameter of type BSTR