Hi,
suppose I have the following buffer:
This buffer represents the number "123456".Code:BYTE b[4]; b[0] = 0x40; b[1] = 0xe2; b[2] = 0x01; b[3] = 0x00;
How do I convert this buffer into a ULONG ??
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 10 of 10
Thread: Converting BYTE[] to ULINGThreaded View
|
Click Here to Expand Forum to Full Width |