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

xstorage_about

[This is preliminary documentation and subject to change.]

About method
Status:

Ready

Visual Basic Syntax

Private Declare Sub xstorage_about
Lib "xmllab_dll.dll"

(ByRef MAJOR As Long,ByRef MINOR As Long,ByRef BUILD As Long)

Parameters:

Example

The following Microsoft® Visual Basic® example display API parametes on Form_load event

Private Sub Form_Load()
'do not create style reference
Dim MJ, MN, BD As Long
Call xml_style_settings(0, "style_xsl")
Call xstorage_about (MJ, MN, BD)
Form1.Caption = "XML Laboratory. (" & MJ & "." & MN & "." & BD & ") VB Sample "
WebBrowser.Navigate2 ("http://localhost")
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.