VfZwQueryLicenseValue

NTSTATUS __stdcall VfZwQueryLicenseValue(
        _UNICODE_STRING *ValueName,
        ULONG_PTR Type,
        VOID *Data,
        UINT64 DataSize,
        ULONG_PTR ResultDataSize){
  unsigned int v5; 
  UINT64 v7; 
  VOID *retaddr; 

  v5 = DataSize;
  v7 = *(_QWORD *)&Type;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress(v7, retaddr);
    ViZwCheckVirtualAddress((UINT64)Data, retaddr);
    ViZwCheckVirtualAddress(*(UINT64 *)&ResultDataSize, retaddr);
    ViZwCheckUnicodeString(ValueName, retaddr);
  }
  return((__int64(__fastcall *)(_UNICODE_STRING *, UINT64, VOID *, _QWORD, _QWORD))pXdvZwQueryLicenseValue)(
           ValueName,
           v7,
           Data,
           v5,
           *(_QWORD *)&ResultDataSize);
}

Referenced by:

No references.