EMRSETMAPPERFLAGS  HLYRRL 

The EMRSETMAPPERFLAGS structure contains members for the SetMapperFlags enhanced metafile record.

typedef struct tagEMRSETMAPPERFLAGS

    EMR   emr;

    DWORD dwFlags;

} EMRSETMAPPERFLAGS, *PEMRSETMAPPERFLAGS;

 

Members

emr

Base structure for all record types.

dwFlags

Font mapper flag.

 

See Also

SetMapperFlagsFA9BQ8