Gets the currently selected text in the document. This is a parameter of the VAPIM_EDIT
message.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_EDIT, VAPIMWP_EDIT_GETFINDTEXT, (LPARAM) (HGLOBAL*) lphgFindText );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
A pointer to an |
SendMessage()
returns TRUE
if the find text was returned successfully; FALSE
otherwise.
Use this message to set the default text in the Find dialog box for a Find menu item or toolbar button.
|