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?
ok i am asking this question specially for ansi-c
it is right that DWORD is uint type and HANDLE is PVOID and c allows to cast directly DWORD to HANDLE but is there any difference in there types or i can simply say these are same
it is question asked during discussion i want to know what is the right ans????