When looking up HINSTANCE (yes, I know what it means but I wanted to see the var tp) i see that its defined by DECLARE_HANDLE, a rather advanced macro:
Could someone take the time to explain what it means? I figured a handle would be just number (prob. Unisgned Int 32) but this is something else... ant it's not a struct with any members either..Code:#define DECLARE_HANDLE(name) struct name##__ { int unused; }; typedef struct name##__ *name



LinkBack URL
About LinkBacks


