what is the difference between DWORD and HANDLE type in C?

Posted by moon on Stack Overflow See other posts from Stack Overflow or by moon
Published on 2010-03-12T10:26:07Z Indexed on 2010/03/12 10:37 UTC
Read the original article Hit count: 168

Filed under:

i have a thread with return type DWORD in c but it is then handled by a HANDLE type pointer,

what is difference between these two types?

© Stack Overflow or respective owner

Related posts about ansi-c