|  | ||
| 
 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. | 
 | 
| 
 | 
 |