SilverScreen Solid Modeler

bt_close

bt_close

Previous topic Next topic  

bt_close

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

Antiquated

 

int bt_close( int handle )

 

int handle;        // an open b-tree database handle

 

 

 




Synopsis

#include "silver.h"

 

The bt_close function closes the index and data files associated with the b-tree database referenced by handle

.

 

Parameters

handle is an open b-tree database handle, as obtained by a call to bt_open.

 

 

Return Value

If the operation is successful, bt_close returns 1, and otherwise 0.

 

 

Comments

The btree-family of functions is not available in SilverSharp, except by means of P/Invoke.

 

See Also

bt_open