LAYOUTINFO

typedef struct_LAYOUTINFO
{
   L_UINT uStructSize; 
   L_TCHAR szLayoutName[ACAD_MAX_STRING];
LAYOUTINFO, *pLAYOUTINFO;

The LAYOUTINFO structure describes the layout name.

Member

Description

uStructSize

Size of this structure. Use sizeof (LAYOUTINFO).

szName

Null-terminated characters string that contains the layout name.

Comments

pLAYOUTINFO is a pointer to a LAYOUTINFO structure.

The following functions use a LAYOUTINFO structure:

L_VecLoadLayout