PspGetSystemDllSecureHandle

INT64 __fastcall PspGetSystemDllSecureHandle(INT64 *a1, _QWORD *a2){
  struct _DMA_ADAPTER *v4; 
  struct DMA_ADAPTER *v5; 
  unsigned int SectionStrongImageReference; 
  v4 = (struct _DMA_ADAPTER *)PspReferenceSystemDll((__int64)a1);
  v5 = v4;
  if( !v4 )
    return 3221225480i64;
  SectionStrongImageReference = MmGetSectionStrongImageReference(0i64, 0, v4, a2);
  ObFastDereferenceObject(a1, v5);
  return SectionStrongImageReference;
}

Referenced by:

PspInitPhase3