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.2 . Technical Reference - <b>alias()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 alias()
 Obtain the alias of the workarea
------------------------------------------------------------------------------
 Prototype

     ERRCODE alias(
                    WORKAREAP wa,
                    BYTEP alias
                  )

 Arguments

     wa is a pointer to self.

     alias is a pointer to a buffer that is assigned the alias name.

 Description

     Provides the alias name of the workarea.

 Default Behavior

     Places the name of the workarea from wa->alias into alias as a
     null-terminated string.

 Implementation Notes

     Warning!  You must allocate at least 11 bytes to the character
     buffer referenced by alias prior to calling this function.

 Files:  Header file is Rdd.api.


See Also: WORKAREA open()

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