Returns current status of XStorage.
Use this call to check if XStorage is ready to accept API calls.
Status:
Ready
Private Declare Function xstorage_status
Lib "xmllab_dll.dll"(ByRef STATUS As String)
As Long
The following Microsoft® Visual Basic® example checks if XStorage is ready to accept
functional calls
Private Function check_xstorage()Dim Result As LongEnd Sub
Dim XSTORAGE_STAT As String
XSTORAGE_STAT = String(255, " ")
Result = xstorage_status (XSTORAGE_STAT)
If Result = 0 Then
check_xstorage = True
Else
check_xstorage = False
End If
Under development
Under development
|
Contact Us | | |
|
© 1997-2003 EDMGROUP (Australia) Pty Ltd. All rights reserved. |