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