If strVal is a BString (e.g. its BSTRING &strVal) and data is a DWORD with 4 hex bytes. What is the easist way to get the 4 hex bytes in data to a decimal value in strVal?
Thanks,
Doug
DWORD data;
strVal = data; //This only gives me 2 of the hex bytes in
// strVal. So I need something else here.
Thanks,
Doug
DWORD data;
strVal = data; //This only gives me 2 of the hex bytes in
// strVal. So I need something else here.