Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>openmemfile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 openMemFile()
 Open a memo file in the specified work area
------------------------------------------------------------------------------
 Prototype

     ERRCODE openMemFile(
                                AREAP wa,
                                LPDBOPENINFO lpdboi
                              )

 Arguments

     wa is a pointer to self.

     lpdboi is a pointer to a structure containing information about the
     work area and the table to be opened.

 Description

     The openMemFile() method opens a memo file in the work area referenced
     by wa.

 Implementation Notes

     .  openMemFile() isolates the code necessary to open the memo
        file.  It is normally called by open() when the database has an
        associated memo file.

 Files  Header file is Rdd.api.


See Also: AREA DBOPENINFO closeMemFile() createMemFile()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson