CheckRemoteDebuggerPresent (kernel32)
Last changed: -186.136.223.176

.
Summary
TODO - a short description

C# Signature:

[DllImport("Kernel32.dll", SetLastError = true, ExactSpelling = true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool CheckRemoteDebuggerPresent(SafeProcessHandle hProcess, [MarshalAs(UnmanagedType.Bool)]ref bool isDebuggerPresent);

VB Signature:

Declare Function CheckRemoteDebuggerPresent Lib "kernel32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation