Read a DWORD from a BYTE arrayCrap, I figured out that I should have used: [code] *(DWORD *)(writeBuffer+4) [/code] to actually re...
Read a DWORD from a BYTE arrayThanks, I got it running on the first try with: [code] strcpy ((char *)writeBuffer+4,"copy successfu...
Read a DWORD from a BYTE arrayNice, that works. But I need to write a dword and then a zero-terminated string to the buffer. The ...
Read a DWORD from a BYTE arrayI have used ReadFile to fill a BYTE buffer. How can I access the first 4 bytes of it as a DWORD? [c...
This user does not accept Private Messages