I need a function that can convert 2 WORDs into a single DWORD. I've tried using the HIWORD and LOWORD funtions but they wont let me add them in like this:
else
{
HIWORD(clusterno) = _RE.high_first_clus;
LOWORD(clusterno) = _RE.low_first_clus;
}
Any ideas?Dinklebaga


Sign In
Create Account


Back to top









