Creates XStorage in memory
Status:
Ready
Private Declare Function xstorage_new
Lib "xmllab_dll.dll"()
As Long
Parameters:
The following Microsoft® Visual Basic® example creates new instance of XStorage
in memory
Private Sub Initialize_Click()Dim Res As LongEnd Sub
Res = 1
Dim Result As Long
Dim XSTORAGE_STAT As String
XSTORAGE_STAT = String(255, " ")
Result = xstorage_status(XSTORAGE_STAT)
If Result <> 0 Then
loaded_documents.Clear
Res = xstorage_new
Else
loaded_filename.Caption = "XStorage already exist. Close it first"
End If
If Res = 0 Then
loaded_filename.Caption = "XStorage has been initialized"
Else
loaded_filename.Caption = "XStorage Failed to initialize"
End If
Under development
Under development
|
Contact Us | | |
|
© 1997-2003 EDMGROUP (Australia) Pty Ltd. All rights reserved. |