Jump to content

GetStdHandle


xroot
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...