VerifierRtlOemStringToCountedUnicodeString
INT64 __fastcall VerifierRtlOemStringToCountedUnicodeString(
_UNICODE_STRING *DestinationString,
const _STRING *SourceString,
UINT8 AllocateDestinationString){
INT64 result;
VOID *retaddr;
INT64 Status;
result = ((__int64(__fastcall *)(_UNICODE_STRING *, const _STRING *))pXdvRtlOemStringToCountedUnicodeString)(
DestinationString,
SourceString);
LODWORD(Status) = result;
if( (int)result >= 0 )
{
if( AllocateDestinationString )
{
ViRtlReplaceStringBuffer(DestinationString, &Status, retaddr);
return(unsigned int)Status;
}
}
return result;
}Referenced by:
No references.