4.3 ww.dll API Reference : API descriptions : Functions with no database access : getserverinfo
 
getserverinfo
 
Description
getserverinfo provides more detailed information than getversion. Returns the <path> and <filename> of the .dll in addition to the internal <version> number.
 
Input fields
None.
 
Return fields
 
XML tag
Description
<path>
Filepath specifying location of .dll.
<filename>
Filename of .dll.
<version>
Version description.
 
Example
 
Example invocation:
<func>getserverinfo<func>
 
Example return string:
OK :<path>C:\Program Files\Siriusware\E-Commerce</path><filename>ww.dll</filename>
<version>4.2.01i</version>
 
See also
getversion