[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
USAGE
   signed int scdtclose(
           signed int handle );

PROTOTYPE IN
   sc_base.h

DESCRIPTION
   scdtclose closes a memo file and frees all allocated memory associated
   with memo file handle.

EXAMPLE
   #include <sc_base.h>

   void main()
   {
     int dbt;

     scdinit(20,0);
     if (scdtopenx(&dbt,"TOC.DBT",SC_SHARED) == SC_SUCCESS)
       scdtclose(dbt);
     scdterm();
   }

See Also: scdtopenx
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson