GetApplicationRecoveryCallback method

int GetApplicationRecoveryCallback(
  1. Pointer<Void> hProcess,
  2. Pointer<Pointer<NativeFunction<APPLICATION_RECOVERY_CALLBACK>>> pRecoveryCallback,
  3. Pointer<Pointer<Void>> ppvParameter,
  4. Pointer<Uint64> pdwPingInterval,
  5. Pointer<Uint64> pdwFlags,
)

Implementation

int GetApplicationRecoveryCallback(
  ffi.Pointer<ffi.Void> hProcess,
  ffi.Pointer<ffi.Pointer<ffi.NativeFunction<APPLICATION_RECOVERY_CALLBACK>>>
      pRecoveryCallback,
  ffi.Pointer<ffi.Pointer<ffi.Void>> ppvParameter,
  ffi.Pointer<ffi.Uint64> pdwPingInterval,
  ffi.Pointer<ffi.Uint64> pdwFlags,
) {
  return _GetApplicationRecoveryCallback(
    hProcess,
    pRecoveryCallback,
    ppvParameter,
    pdwPingInterval,
    pdwFlags,
  );
}