VAPIMWP_INIT_SETTRGCHARSET
Sets the target character set of a document. This is a parameter of the VAPIM_INIT
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_INIT, VAPIMWP_INIT_SETTRGCHARSET, (LPARAM) eCharset );
Arguments
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. |
Returns
SendMessage()
returns TRUE
if successful, or FALSE
if it fails.
Discussion
This message forces the character set Viewing uses to display a document. For example, this allows Japanese documents to be accurately displayed on an English Windows machine if the Japanese fonts are available.