DebugActiveProcessStop method

int DebugActiveProcessStop(
  1. int dwProcessId
)

Implementation

int DebugActiveProcessStop(
  int dwProcessId,
) {
  return (_DebugActiveProcessStop ??= _dylib.lookupFunction<
      _c_DebugActiveProcessStop,
      _dart_DebugActiveProcessStop>('DebugActiveProcessStop'))(
    dwProcessId,
  );
}