PsCaptureUserProcessParameters

NTSTATUS __stdcall PsCaptureUserProcessParameters(
        _RTL_USER_PROCESS_PARAMETERS **CapturedProcessParameters,
        _RTL_USER_PROCESS_PARAMETERS *UserProcessParameters){
  PsGetCurrentServerSilo();
  return PspCaptureUserProcessParameters(CapturedProcessParameters, UserProcessParameters, 0i64);
}

Referenced by:

No references.