VAPIMWP_EDIT_CANFIND
Determines whether the document contents can be searched. This is a parameter of the VAPIM_EDIT
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_EDIT, VAPIMWP_EDIT_CANFIND, (LPARAM) (BOOL*) lpbCanFind );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
lpbCanFind
|
A pointer to a flag that returns TRUE or FALSE , depending on whether you can search the document. |
Returns
SendMessage()
returnsTRUE
if the call succeeds, in which caselpbCanFind
returnsTRUE
orFALSE
.SendMessage()
returnsFALSE
if the call fails (for example, if there are invalid arguments or if no document is open), in which caselpbCanFind
is undefined.
Discussion
Use this message to control the state of a Find menu item or toolbar button.