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