#include "coreexp.h"
#include "maxheap.h"
#include "strbasic.h"
#include <WTypes.h>
#include "maxtypes.h"
Go to the source code of this
file.
Function Documentation
CoreExport AppLoad* NewAppLoad |
( |
BYTE * |
buf, |
|
|
int |
bufSize |
|
) |
|
|
- Parameters:
- BYTE *buf
The buffer to read.
int bufSize
Specifies the nuymber of bytes that are valid in buf.
CoreExport AppSave* NewAppSave |
( |
int |
initBufSize |
) |
|
- Parameters:
- int initBufSize
Specifies the initial size the internal buffer is allocated to. It
will be enlarged if necessary.