I'm new to Windows GUI programming. Learning from the ground up and I have been looking at several great references, but this line of code still confuses me. I get it that hInstance is a variable and I understand what is being done, but the HINSTANCE followed by the variable hInstance has me stuck. Can anyone explain what this is really doing/saying etc? thanks...
HINSTANCE hInstance = GetModuleHandle(NULL);
HINSTANCE hInstance = GetModuleHandle(NULL);
Comment