EMRSETICMPROFILE

[This is preliminary documentation and subject to change.]

The EMRSETICMPROFILE structure contains members for the SetICMProfile enhanced metafile record..

typedef struct tagEMRSETICMPROFILE 
{ 
    EMR     emr;
    DWORD   dwFlags;
    DWORD   cbName; 
    DWORD   cbData; 
    BYTE    Data[1; 
} EMRSETICMPROFILE, *PEMRSETICMPROFILE; 
 

Members

emr
Base structure for all record types.
dwFlags
Profile Flags.
cbName
Size of the desired profile name.
cbData
Size of profile data, if attached.
Data[1]
Array size is cbName and cbData.

Remarks

This structure is to be used during metafile playback.

QuickInfo

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

See Also

Metafiles Overview, Enhanced Metafile Structures, Metafiles, SetICMProfile