PspCloseActivityReference

VOID __stdcall PspCloseActivityReference(INT64 a1, VOID **a2, INT64 a3, INT64 a4){
  if( a4 == 1 )
  {
    if( *a2 )
      PsReleaseProcessWakeCounter(*a2, (UINT64)a2);
  }
}

Referenced by:

No references.