Este contenido no está disponible en el idioma seleccionado.
function::user_string_quoted_utf16
Name
function::user_string_quoted_utf16 — Quote given user UTF-16 string.
Synopsis
user_string_quoted_utf16:string(addr:long)
Arguments
addr
- The user address to retrieve the string from
Description
This function combines quoting as per
string_quoted
and UTF-16 decoding as per user_string_utf16
.