IsDebuggerPresent function kernel32

int IsDebuggerPresent()

Determines whether the calling process is being debugged by a user-mode debugger.

BOOL IsDebuggerPresent();

Implementation

int IsDebuggerPresent() => _IsDebuggerPresent();