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

     ERRCODE structSize(
                             AREAP wa,
                             USHORTP size
                          )

 Arguments

     wa is a pointer to self.

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

 Description

     Obtains the size of the work area structure.

 Default Behavior

     The size of AREA is copied to size.

 Implementation Notes

     .  If your RDD changes the size of the AREA 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: AREA open()

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