Line-attributes bundle structure.
typedef struct _LINEBUNDLE { LONG lColor; /* Line foreground color. */ LONG lBackColor; /* Line background color. */ USHORT usMixMode; /* Line foreground-mix mode. */ USHORT usBackMixMode; /* Line background-mix mode. */ FIXED fxWidth; /* Line width. */ LONG lGeomWidth; /* Geometric line width. */ USHORT usType; /* Line type. */ USHORT usEnd; /* Line end. */ USHORT usJoin; /* Line join. */ USHORT usReserved; /* Reserved. */ } LINEBUNDLE; typedef LINEBUNDLE * PLINEBUNDLE ;