Copyright ® (1997-2003) EDMGROUP Pty Ltd - XML Database - XSTORAGE Reference

xstorage_status

[This is preliminary documentation and subject to change.]

Returns current status of XStorage.

Use this call to check if XStorage is ready to accept API calls.
Status:

Ready

Visual Basic Syntax

Private Declare Function xstorage_status
Lib "xmllab_dll.dll"

(ByRef STATUS As String)
As Long

 

Example

The following Microsoft® Visual Basic® example checks if XStorage is ready to accept functional calls

Private Function check_xstorage()
Dim Result As Long
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
End Sub
[C/C++]

C/C++ Syntax

   

Under development

C/C++ Return Values

C Sample

Under development

Remarks

 

See Also

 

  Contact Us   |   |  

 © 1997-2003 EDMGROUP (Australia) Pty Ltd. All rights reserved.