IsDebuggerPresent function Null safety kernel32
Determines whether the calling process is being debugged by a user-mode debugger.
BOOL IsDebuggerPresent();
Implementation
int IsDebuggerPresent() => _IsDebuggerPresent();
Determines whether the calling process is being debugged by a user-mode debugger.
BOOL IsDebuggerPresent();
int IsDebuggerPresent() => _IsDebuggerPresent();