Searched refs:DRVRAWFILE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvRawFile.cpp38 /** Converts a pointer to DRVRAWFILE::IMedia to a PDRVRAWFILE. */
39 #define PDMISTREAM_2_DRVRAWFILE(pInterface) ( (PDRVRAWFILE)((uintptr_t)pInterface - RT_OFFSETOF(DRVRAWFILE, IStream)) )
50 typedef struct DRVRAWFILE struct
60 } DRVRAWFILE, *PDRVRAWFILE; typedef in typeref:struct:DRVRAWFILE
219 sizeof(DRVRAWFILE),

Completed in 41 milliseconds