SilverScreen Solid Modeler

bt_flush

bt_flush

Previous topic Next topic  

bt_flush

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

Antiquated

 

void bt_flush( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The bt_flush function flushes all b-tree database files to disk, ensuring that the files will be secure in the event of abnormal or unexpected program termination.

 

 

Parameters

none

 

 

Return Value

none

 

 

Comments

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