Deletes XStorage from memory
Status:
Ready
Private Declare Function xstorage_delete
Lib "xmllab_dll.dll"()
As Long
The following Microsoft® Visual Basic® example removes XStorage from memory
Private Sub Delete_XStorage_Click(Index As Integer)Dim Result As LongEnd Sub
Dim XSTORAGE_STAT As String
XSTORAGE_STAT = String(255, " ")
Result = xstorage_status(XSTORAGE_STAT)
If Result = 0 Then
If XSTORAGE_STAT = "memory" Then
Call xstorage_delete
loaded_documents.Clear
loaded_filename.Caption = "XStorage closed "
Else
MsgBox "Illegal call. Can't delete XStorage file " & XSTORAGE_STAT
End If
Else
loaded_filename.Caption = "XStorage not initialized"
End If
Under development
Under development
|
Contact Us | | |
|
© 1997-2003 EDMGROUP (Australia) Pty Ltd. All rights reserved. |