RAM-based virtual file sources.
◆ oslSetTempFileData()
void oslSetTempFileData |
( |
void * | data, |
|
|
int | size, |
|
|
int * | type ) |
|
extern |
Sets the data associated with a temporary file.
- Parameters
-
data | Pointer to the data to associate with the temporary file. |
size | Size of the data. |
type | Pointer to the file type (e.g., &VF_MEMORY). |
◆ oslAddVirtualFileList()
Adds a list of virtual files.
This function allows the addition of files to the virtual file list, making them accessible as if they were real files.
- Parameters
-
vfl | Pointer to an array of OSL_VIRTUALFILENAME entries. |
numberOfEntries | Number of entries in the array. |
◆ oslRemoveVirtualFileList()
Removes file entries from the virtual file list.
- Parameters
-
vfl | Pointer to an array of OSL_VIRTUALFILENAME entries. |
numberOfEntries | Number of entries in the array. |