10350 Santa Monica Blvd. Suite 285,
Phone: 310-691-8920, 310-788-9840, Fax: 419-735-2419
Card Scanning Solutions 26
1.1.27. RefreshData
Format
Return Value
If the function returns non-zero value, the data was retrieved successfully.
If the function returns zero value, the data was retrieved un-successfully.
Remarks
This function is used to load library properties with the recently detected data. This function should
normally be called after the execution of ProcState function.
1.1.28. RefreshDataAu
Type
Function.
Format
Return Value
If the function returns non-zero value, the data was retrieved successfully.
If the function returns zero value, the data was retrieved un-successfully.
Remarks
This function is identical to RefreashData() function.
1.1.29. State2Id
Format
Parameters
[in] StateName – A string that holds the state name.
Return Value
The state ID if the StateName is recognizable state name.
ID_ERR_NO_MATCH – if the string contain unrecognizable state name.
Remarks
This helper function is used to convert a state name (string) to its equivalent id value. For example,
passing StateName loaded with the string “California” will return the value 4. The function converts
the string to the id even if the state is not supported by the library.
RefreshDataAu () As Long
State2Id (StateName As String) As Long