CheckRemoteDebuggerPresent method
Implementation
int CheckRemoteDebuggerPresent(
ffi.Pointer<ffi.Void> hProcess,
ffi.Pointer<ffi.Int32> pbDebuggerPresent,
) {
return (_CheckRemoteDebuggerPresent ??= _dylib.lookupFunction<
_c_CheckRemoteDebuggerPresent,
_dart_CheckRemoteDebuggerPresent>('CheckRemoteDebuggerPresent'))(
hProcess,
pbDebuggerPresent,
);
}