BWIStatus (item, string, size)
Use this to return status information about the core. You can determine which countries have been initialised or find information required for technical support.
item |
Long integer. This is the runtime status item to return and can be:
|
||||||||||||
size |
Long integer. This is the size of string in bytes. Your application must check for truncation and reset
the size parameter between calls. Set this to the declared length of the string variable. |
string | Char. This is the variable in which the string is returned. |
size |
Long integer. The size of string in bytes. This
parameter works in a similar way to BWIGetString and your application
must check for truncation and reset the size parameter between calls. This returns the total number of bytes needed to store the output string including a null terminator. |