OSL_VIRTUALFILENAME Struct Reference

#include <VirtualFile.h>

Data Fields

const char * name
 Virtual file name.
 
void * data
 RAM data block.
 
int size
 Block data size.
 
int * type
 Associated source (e.g. &VF_MEMORY). Don't forget the &, which is there so you can pass a variable which is not known at compile time (virtual file sources are registered upon start, so the compiler doesn't know the ID it will be given in advance).
 

Detailed Description

Virtual file list item. Used for RAM based devices.


The documentation for this struct was generated from the following file: