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

     ERRCODE alias(
                       AREAP wa,
                       BYTEP alias
                    )

 Arguments

     wa is a pointer to self.

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

 Description

     alias() provides the alias name of the work area.

 Default Behavior

     Places the name of the work area from wa->atomAlias 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: AREA open()

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