|
I, too, might be wrong, but I believe C is more lax with pointers than C++. I know C++ *requires* you to type cast void pointers. (Perhaps that's why C is a better language for writing exploits?)
I never knew HANDLE was #define'd or typedef'd as a void*, which certainly adds to the confusion.
|