#include "kernel.h"
Functions | |
PSubCodec | GetSubCodecFile (l_text File, l_ulong TypeId) |
Found the sub-codec for the specified file and data type. | |
PSubCodec | GetDefaultSubCodec (l_ulong TypeId) |
Get default sub-codec for specified data type. | |
l_bool | SaveData2 (l_text File, void *Data, l_ulong TypeId) |
Saves specified data to a file. | |
void * | LoadDataEx (l_text File, l_ulong TypeId, l_ulong CodecId, l_ulong *ExtraLoad, PErrorHandler h) |
Loads data from a file as spefied type usign the specified codec. | |
void * | LoadData2 (l_text File, l_ulong TypeId) |
Loads data from a file as specified type. | |
void | FreeData2 (l_ulong TypeId, void *Data) |
Frees specified data, characterized by its type. | |
void * | DuplicateData2 (l_ulong TypeId, void *Data) |
Ducplicates specified data, characterized by its type. |