Searched defs:VDIfIoInt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVD.cpp88 VDINTERFACEIOINT VDIfIoInt; member in struct:VDIO
6085 VDINTERFACEIOINT VDIfIoInt; local
6117 VDIfIoInt.pfnOpen = vdIOIntOpenLimited;
6118 VDIfIoInt.pfnClose = vdIOIntCloseLimited;
6119 VDIfIoInt.pfnDelete = vdIOIntDeleteLimited;
6120 VDIfIoInt.pfnMove = vdIOIntMoveLimited;
6121 VDIfIoInt.pfnGetFreeSpace = vdIOIntGetFreeSpaceLimited;
6122 VDIfIoInt.pfnGetModificationTime = vdIOIntGetModificationTimeLimited;
6123 VDIfIoInt.pfnGetSize = vdIOIntGetSizeLimited;
6124 VDIfIoInt
10992 VDINTERFACEIOINT VDIfIoInt; local
[all...]

Completed in 74 milliseconds