pblisamclose.html

来自「B树算法实现」· HTML 代码 · 共 31 行

HTML
31
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD>   <TITLE>int pblIsamClose</TITLE>   <META NAME="GENERATOR" CONTENT="DOC++ 3.4.9"></HEAD> <center><H2>Program Base Library Functions</H2></center><H2>int <A HREF="#DOC.DOCU">pblIsamClose</A></H2><H2>( <!1><A HREF="pblIsamFile_t.html">pblIsamFile_t</A>*  isamfile )</H2><BLOCKQUOTE> close an ISAM file</BLOCKQUOTE><A NAME="DOC.DOCU"></A><HR><H2>Documentation</H2><BLOCKQUOTE>close an ISAM file<P>all changes are flushed to disk before,all memory allocated for the file is released.<P></BLOCKQUOTE><DL><DT><DT><B>Parameters:</B><DD><B>isamfile</B> -   ISAM file to close <BR><DT><B>Returns:</B><DD>  int rc == 0: call went ok, file is closed<BR>  int rc != 0: some error, see pbl_errno<BR><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I></P><HR><BR>This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.</BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?