PsGetSiloContext

NTSTATUS __stdcall PsGetSiloContext(_EJOB *Silo, UINT64 ContextSlot, PVOID *ReturnedSiloContext){
  struct _PSP_STORAGE *Storage; 
  if( Silo )
    Storage = Silo->Storage;
  else
    Storage = (struct _PSP_STORAGE *)qword_140D23990;
  *ReturnedSiloContext = 0i64;
  return PspStorageGetObject((INT64)Storage, ContextSlot, (UINT64 *)ReturnedSiloContext);
}

Referenced by:

No references.