#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_SHOWHITS, (WPARAM) (BOOL) bShowHits, 0 );
Argument |
Description |
---|---|
|
The handle of VAPI window. |
|
|
SendMessage()
returns TRUE
on success; or FALSE
on error.
You can send this message at any time to control whether hits are shown.
|