VoIPNativeAPICheckRemoteDebuggerPresent Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
- isDebuggerPresent
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also