[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson