ExUpdateOsPfnInRegistry

NTSTATUS __stdcall ExUpdateOsPfnInRegistry(
        UINT64 OsProductPfnSize,
        PVOID OsProductPfn,
        UINT64 OsProductContentIdSize,
        PVOID OsProductContentId){
  unsigned int v5; 
  unsigned int v7; 
  NTSTATUS v8; 
  struct _EXP_LICENSE_STATE *ExpLicenseState; 

  v5 = OsProductContentIdSize;
  v7 = OsProductPfnSize;
  v8 = -1073741822;
  ExpLicenseState = PsGetCurrentServerSiloGlobals((_KSPIN_LOCK *)OsProductPfnSize)->ExpLicenseState;
  if( qword_140D2C508 )
    return qword_140D2C508(ExpLicenseState, v7, OsProductPfn, v5, OsProductContentId);
  return v8;
}

Referenced by:

No references.