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 |
---|---|
|
The handle of the VAPI window. |
|
A value from the enumerated type |
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.
|