Syntax - LayoutQueryValues

/****************************************/
/* This function queries the current    */
/* setting of Layout values within a    */
/* layout object.                        */
/****************************************/

#define INCL_LAYOUT
#include <layout.h>

LAYOUT_OBJECT  plh;              /* Layout object handle */
LAYOUT_VALUES  values[3];        /* Array of layout values to be queried */
PULONG         index_returned;   /* Value causing the error */
APIRET         RC;               /* Return value */

     RC  =  LayoutQueryValues ( plh, values, index_returned);


[Back: Topics - LayoutQueryValues]
[Next: Parameters - LayoutQueryValues]