GetCharset function
使用指定编码器对数据字符集进行转换
Function:
bytes UAPI GetCharset(
int hCharset,
bytes pData
);
Parameters:
- hCharset [in]:编码器句柄
- pData [in]:源数据
Return value:
- Type:BYTES
- Text:成功返回目的字符集类型的数据,失败返回 NULL
Requirements:
| Keyword | Value |
|---|---|
| Minimum Agine Version | 171012.1 |
| Minimum SDK Version | 171012.1 |
| Header File | h.charset |
| Library Server | kext |