Sets the character set for the returned indexed text buffer.
#include <kvvapi.h> SendMessage (g_hWndVAPI, VAPIM_SETINDEXBUFCHARSET, kvcharset, 0 );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
A value from the |
SendMessage()
returns TRUE
if the call succeeds.
If kvcharset
is KVCS_UNKNOWN
, the character set of the returned buffer is the Windows native character set (for example, KVCS_1252
for an English machine). This is also the default character set on an English machine when VAPIM_SETINDEXBUFCHARSET
message is not sent.
|