VAPIMWP_EDIT_FIND_UNICODE
Searches the document for the specified UNICODE text. This is a parameter of the VAPIM_EDIT
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_EDIT, VAPIMWP_EDIT_FIND_UNICODE, (LPARAM) (TPVAPIFindInfo*) lpFindInfo );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
lpFindInfo
|
A pointer to a TPVAPIFindInfo structure that contains information about the text to search for. |
Returns
SendMessage()
returns TRUE
if the find succeeded; FALSE
otherwise.
Discussion
Use this message to implement a Find UNICODE menu item or toolbar button.