Joe Strazzere - All Things Quality

Visit my new blog at http://strazzere.blogspot.com/


December 1, 2005 - WinTask - CheckRemoteDebuggerPresent

Posted in WinTask

'
' CheckRemoteDebuggerPresent
'
' Windows XP and above

 

Dim hWnd as unsigned
Dim PID as unsigned

hWnd=External("user32","GetForegroundWindow")

PID=External("user32.dll","GetWindowThreadProcessId",hWnd, 0)

'MsgBox(PID)

ret=External("kernel32.dll","CheckRemoteDebuggerPresent",0)
msgbox(ret)


<- Last Page :: Next Page ->

About Me

A gathering place for information and ideas about Quality Assurance, Testing, and other useful topics.

Problems cannot be solved by the same level of thinking that created them. - A. Einstein

Search This Site

Translate This Site

RSS Feed

Subscribe

Twitter

@jstrazzere

Categories

Life
QA
Sports
Tools
WinTask
Work in General

What I'm Reading Now