DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
fastfile.h File Reference

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)
 

Typedef Documentation

◆ HFASTFILE

typedef LPVOID HFASTFILE

Function Documentation

◆ FastFileClose()

BOOL FastFileClose ( HFASTFILE  pfe)

◆ FastFileFini()

void FastFileFini ( void  )

◆ FastFileInit()

BOOL FastFileInit ( LPSTR  fname,
int  max_handles 
)

◆ FastFileLock()

LPVOID FastFileLock ( HFASTFILE  pfe,
int  off,
int  len 
)

◆ FastFileOpen()

HFASTFILE FastFileOpen ( LPSTR  name)

◆ FastFileRead()

BOOL FastFileRead ( HFASTFILE  pfh,
LPVOID  ptr,
int  size 
)

◆ FastFileSeek()

BOOL FastFileSeek ( HFASTFILE  pfe,
int  off,
int  how 
)

◆ FastFileTell()

long FastFileTell ( HFASTFILE  pfe)

◆ FastFileUnlock()

BOOL FastFileUnlock ( HFASTFILE  pfe,
int  off,
int  len 
)