EMRCREATECOLORSPACE

The EMRCREATECOLORSPACE structure contains members for the CreateColorSpace enhanced metafile record.

typedef struct tagEMRCREATECOLORSPACE
{
    EMR           emr; 
    DWORD         ihCS; 
    LOGCOLORSPACE lcs; 
} EMRCREATECOLORSPACE, *PEMRCREATECOLORSPACE; 
 

Members

emr
Base structure for all record types
ihCS
Index of the color cpace in handle table
lcs
Logical color space

QuickInfo

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

See Also

Metafiles Overview, Enhanced Metafile Structures, CreateColorSpace