J
Jay
Hey There,
I have this line of code:
retVal = RegOpenKeyEx(HKEY_LOCAL_MACHINE,subKey,0,KEY_READ,&OpenKey);
and it produces this warning:
warning C4312: 'type cast' : conversion from 'DWORD' to 'HKEY'
of greater size
What can I do to have this warning be removed?
Thanks!
Jay
(patelj27b at gmail dot com)
I have this line of code:
retVal = RegOpenKeyEx(HKEY_LOCAL_MACHINE,subKey,0,KEY_READ,&OpenKey);
and it produces this warning:
warning C4312: 'type cast' : conversion from 'DWORD' to 'HKEY'
of greater size
What can I do to have this warning be removed?
Thanks!
Jay
(patelj27b at gmail dot com)