EMRCREATECOLORSPACE structure (wingdi.h)
The EMRCREATECOLORSPACE structure contains members for the CreateColorSpace enhanced metafile record.
Syntax
typedef struct tagEMRCREATECOLORSPACE {
EMR emr;
DWORD ihCS;
LOGCOLORSPACEA lcs;
} EMRCREATECOLORSPACE, *PEMRCREATECOLORSPACE;
Members
emr
The base structure for all record types.
ihCS
The index of the color space in handle table.
lcs
The logical color space.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |