Jump to content

Recommended Posts

Posted

How can I get a Valid Handle for StdOut.

I can not get this to work and have tried all different types.

Thanks for any info.

$hStdOut=DllCall("kernel32.dll","hwnd","GetStdHandle","int",-11)

If IsHWnd($hStdOut[0]) Then

MsgBox(0, "GetStdHandle", "Valid HWND " & $hStdOut[0])

Else

MsgBox(0, "GetStdHandle", "NOT Valid HWND " & $hStdOut[0])

EndIf

Posted

What are you trying to accomplish?

Have you looked at _RunReadStd() ?

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...