#include "ioex.h"
Go to the source code of this file.
Functions | |
| DWORD | XRead (LPVOID file, IOSTRUCT *ios, DWORD offset, LPVOID b, DWORD sz) |
| DWORD | XWrite (LPVOID file, IOSTRUCT *ios, DWORD offset, LPVOID b, DWORD sz) |
| DWORD | ReadEndian (LPVOID file, IOSTRUCT *ios, DWORD offset, DWORD sz, BOOL big, BOOL xread, DWORD *psz) |
| DWORD | WriteEndian (LPVOID file, IOSTRUCT *ios, DWORD offset, DWORD x, DWORD sz, BOOL big, BOOL xwrite) |
| LONG | ReadEndianSigned (LPVOID file, IOSTRUCT *ios, DWORD offset, DWORD sz, BOOL big, BOOL xread, DWORD *psz) |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
1.4.6-NO