VoIPNativeAPICheckRemoteDebuggerPresent Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static bool CheckRemoteDebuggerPresent(
IntPtr hProcess,
out bool isDebuggerPresent
)
Public Shared Function CheckRemoteDebuggerPresent (
hProcess As IntPtr,
<OutAttribute> ByRef isDebuggerPresent As Boolean
) As Boolean
public:
static bool CheckRemoteDebuggerPresent(
IntPtr hProcess,
[OutAttribute] bool% isDebuggerPresent
)
static member CheckRemoteDebuggerPresent :
hProcess : IntPtr *
isDebuggerPresent : bool byref -> bool
Parameters
- hProcess IntPtr
-
- isDebuggerPresent Boolean
-
Return Value
Boolean
See Also