TPVAPIHiLiteColor
This structure defines the highlight color used by the VAPIM_ENABLEINDEX message to mark an index hit.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPIHiLiteColor { COLORREF foreground; COLORREF background; } TPVAPIHiLiteColor;
Members
foreground
|
The COLORREF value that is the highlight foreground color. |
background
|
The COLORREF value that is the highlight background color. |