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>structsize()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 structSize()
 Retrieve the size of the workarea structure
------------------------------------------------------------------------------
 Prototype

     ERRCODE structSize(
                         WORKAREAP wa,
                         USHORTP size
                       )

 Arguments

     wa is a pointer to self.

     size is a pointer to a value which is assigned the size of the
     workarea structure.

 Description

     Obtains the size of the workarea structure.

 Default Behavior

     The size of WORKAREA is copied to size and the method returns.

 Implementation Notes

     .  If your RDD changes the size (read: adds to the size) of the
        WORKAREA structure, you must reimplement this method to return the
        true size of the new structure.

     Warning!  size must point to a valid USHORT.

 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