typedef struct _FORM_INFO_1 {
LPTSTR pName;
SIZEL Size;
RECTL ImageableArea;
} FORM_INFO_1, *PFORM_INFO_1, *LPFORM_INFO_1;
This structure is used by the Forms database, together with the Forms functions: AddForm, GetForm, SetForm.
pName
Specifies the name of the Form.
Size
Specifies the SIZEL width and height of the form.
ImageableArea
Specifies the RECTL defining the dimensions of the form.