EMRCREATEPEN

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

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Metafiles Overview, Enhanced Metafile Structures, CreatePen