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

xstorage_release_space

[This is preliminary documentation and subject to change.]

Release free space occupied by XStorage
Status:

Ready

Visual Basic Syntax

Private Declare Function xstorage_release_space
Lib "xmllab_dll.dll"

()
As Long

 

Example

The following Microsoft® Visual Basic® example releases free memory occupied by XStorage

Private Sub free_Click()
Dim Res As Long
Res = xstorage_release_space ()
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.