I have a decimal value stored in DWORD, and I want to convert it in simple way to hex to send it as argument to another function.
Is there any efficient function to do it or I have to write it myself?
I don't need to print it - I need the hex value in DWORD variable.