SilverScreen Solid Modeler

bt_create_tree

bt_create_tree

Previous topic Next topic  

bt_create_tree

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

Antiquated

 

int bt_create_tree( char *file_name )

 

char *file_name;        // name of the index file to create

 

 

 




Synopsis

#include "silver.h"

 

The bt_create_tree function creates an empty b-tree database index file.

 

 

Parameters

file_name is a null-terminated string specifying the name of the file desired.

 

 

Return Value

bt_create_tree returns 1 if successful, and 0 otherwise.

 

 

Comments

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

 

See Also

bt_create_data , bt_open