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