Jump to content

What is a handle?


Recommended Posts

I still don't understand

It's a bit of data that some functions use so that when you run the same function again or a related function, it can "pick up where it left off". It's not something you have to know what it is...just give it the variable name you stored the return from the initial function in.

Just like sccrstvn93 showed you. That variable can be any name, but the handle is the data that the variable contains...send the function requiring the handle the variable, and it will be able to get the handle it needs.

"There are 10 types of people in this world - those who can read binary, and those who can't.""We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true." ~Robert Wilensky0101101 1001010 1100001 1101101 1100101 1110011 0110011 1001101 10001110000101 0000111 0001000 0001110 0001101 0010010 1010110 0100001 1101110
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...