The EMRCREATEPEN structure contains members for the CreatePen enhanced metafile record.
typedef struct tagEMRCREATEPEN
{
EMR emr;
DWORD ihPen;
LOGPEN lopn;
} EMRCREATEPEN, *PEMRCREATEPEN;
Members
emr
Base structure for all record types
ihPen
Index to pen in handle table
lopn
Logical pen
See Also