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>sysname()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 sysName()
 Obtain name of replaceable database driver (RDD) subsystem
------------------------------------------------------------------------------
 Prototype

     ERRCODE sysName(
                          AREAP wa,
                          BYTEP name
                       )

 Arguments

     wa is a pointer to self.

     name is a pointer to a buffer that is assigned the name of the RDD.

 Description

     sysName() obtains the name of the driver subsystem.

 Default Behavior

     You must implement the default behavior of this method through a
     subclass.

     Warning!  name must point to a preallocated buffer of at least 16
     bytes.

 Implementation Notes

     .  Your RDD should implement sysName() by simply returning the
        name of your driver.  For example, the DBFNTX driver copies "DBFNTX"
        into name and returns.  There is no need to maintain the inheritance
        chain for sysName().

 Files  Header file is Rdd.api.


See Also: AREA info()

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