SetCharset function
设置默认字符集类型
Function:
bool UAPI SetCharset(
LPCSTR lpcCharset
);
Parameters:
- lpcCharset [in]:字符集类型,可以是 CS_... 开头常量或受支持的常规字符集类型
Notes:如为 NULLPTR 则恢复默认值为 GB2312
Return value:
- Type:BOOL
- Text:成功返回 TRUE,失败返回 FALSE
Requirements:
| Keyword | Value |
|---|---|
| Minimum Agine Version | 171012.1 |
| Minimum SDK Version | 171012.1 |
| Header File | h.message |
| Library Server | kext |