VAPIM_SHOWHITS

Shows or hides index hits.

Syntax

#include <kvvapi.h>
SendMessage(hWndVAPI, VAPIM_SHOWHITS, 
           (WPARAM) (BOOL) bShowHits, 0 );

Arguments

Argument Description
hWndVAPI The handle of VAPI window.
bShowHits TRUE shows hits, FALSE hides hits.

Returns

SendMessage() returns TRUE on success; or FALSE on error.

Discussion

You can send this message at any time to control whether hits are shown.