RtlIdnToUnicode
UINT64 __stdcall RtlIdnToUnicode(UINT64 MmFlags){
const WCHAR *v1;
unsigned int v2;
INT64 v3;
unsigned int v4;
INT64 v5;
unsigned int v6;
const WCHAR *v7;
WCHAR *pOutput;
unsigned int v10;
UINT8 v11;
INT64 *DestinationStringLength;
v4 = MmFlags;
v5 = v3;
v6 = v2;
v7 = v1;
pOutput = (WCHAR *)IdnaMemAlloc(0x3FEui64);
if( !pOutput )
return 3221225495i64;
v10 = RtlpIdnToUnicodeWorker(v4, v7, v6, v5, DestinationStringLength, pOutput, v11);
ExFreePoolWithTag(pOutput, 0);
return v10;
}Referenced by:
No references.