Sets the target character set of a document. This is a parameter of the VAPIM_INIT message.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_INIT, VAPIMWP_INIT_SETTRGCHARSET, (LPARAM) eCharset );
|
Argument |
Description |
|---|---|
|
|
The handle of the VAPI window. |
|
|
A value from the enumerated type |
SendMessage() returns TRUE if successful, or FALSE if it fails.
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.
|
|