|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
Go to the source code of this file.
Typedefs | |
| typedef LPVOID | HFASTFILE |
Functions | |
| BOOL | FastFileInit (LPSTR fname, int max_handles) |
| void | FastFileFini (void) |
| HFASTFILE | FastFileOpen (LPSTR name) |
| BOOL | FastFileClose (HFASTFILE pfe) |
| BOOL | FastFileRead (HFASTFILE pfh, LPVOID ptr, int size) |
| BOOL | FastFileSeek (HFASTFILE pfe, int off, int how) |
| long | FastFileTell (HFASTFILE pfe) |
| LPVOID | FastFileLock (HFASTFILE pfe, int off, int len) |
| BOOL | FastFileUnlock (HFASTFILE pfe, int off, int len) |
| void FastFileFini | ( | void | ) |
| BOOL FastFileInit | ( | LPSTR | fname, |
| int | max_handles | ||
| ) |
| HFASTFILE FastFileOpen | ( | LPSTR | name | ) |
| long FastFileTell | ( | HFASTFILE | pfe | ) |