Sets the source character set of a document. This is a parameter of the VAPIM_INIT
message.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_INIT, VAPIMWP_INIT_SETSRCCHARSET, (LPARAM) eCharset );
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
eCharset
|
A value from the enumerated type KVCharSet . See the kvcharset.h file for a description. |
SendMessage()
returns TRUE
if successful, or FALSE
if it fails.
This message is used to specify the character set for documents when the character set cannot be determined by Viewing, such as in the case of plain text documents.
_FT_HTML5_bannerTitle.htm