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