Returns the total and left days of trial.
[C/C++]
HRESULT GetTrialInfo(
LONG* TotalDays,
LONG* LeftDays
);
[Visual Basic]
object.GetTrialInfo(
ByRef TotalDays As Long,
ByRef LeftDays As Long
)
[C#]
void ITextGRABSDK.GetTrialInfo(
ref int TotalDays,
ref int LeftDays
);
Parameters
- TotalDays
- [out] total days count.
- LeftDays
- [out] left days count.
Return Value(s)
Return Value(s) | Definitions |
---|---|
S_OK | (0x00000000) Operation was completed successfully. |
E_FAIL | (0x80004005) Error. |
S_FALSE | (0x80004003) SDK in not in trial mode. |