Files | |
| file | dms2.c |
| DMS core file (provided into kernel). | |
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. | |
Duplicates and free data.
|
||||||||||||
|
Ducplicates specified data, characterized by its type.
|
|
||||||||||||
|
Frees specified data, characterized by its type.
|
|
|
Get default sub-codec for specified data type.
|
|
||||||||||||
|
Found the sub-codec for the specified file and data type. Determines the codec using the file extention.
|
|
||||||||||||
|
Loads data from a file as specified type.
|
|
||||||||||||||||||||||||
|
Loads data from a file as spefied type usign the specified codec.
|
|
||||||||||||||||
|
Saves specified data to a file.
|
1.3.8