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