TextAnsiOrUnicode function

Ansi 与 Unicode 转换


Function:

bytes UAPI TextAnsiOrUnicode(
        uint uFlags,
        bytes pData
);

Parameters:

  • uFlags [in]:标志
Constant Value Notes
TEXT_TO_UNICODE 0x00 Ansi to Unicode
TEXT_TO_ANSI 0x01 Unicode to Ansi
  • pData [in]:数据

Return value:

  • Type:BYTES
  • Text:成功返回符合标志预期的数据,失败返回 NULL

Requirements:

Keyword Value
Minimum Agine Version 171012.1
Minimum SDK Version 171012.1
Header File h.message
Library Server kext

results matching ""

    No results matching ""