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

/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp388 VBOXDDU_DECL(int) VDIfCreateVfsFile(PVDINTERFACEIO pVDIfs, struct VDINTERFACEIOINT *pVDIfsInt, void *pvStorage, uint32_t fFlags, PRTVFSFILE phVfsFile) argument
390 AssertReturn((pVDIfs != NULL) != (pVDIfsInt != NULL), VERR_INVALID_PARAMETER); /* Exactly one needs to be specified. */
403 pThis->pVDIfsIoInt = pVDIfsInt;
/vbox/include/VBox/
H A Dvd-ifs.h637 * pVDIfsInt must be specified.
638 * @param pVDIfsInt Pointer to the internal VD I/O interface. If NULL,
645 VBOXDDU_DECL(int) VDIfCreateVfsFile(PVDINTERFACEIO pVDIfs, struct VDINTERFACEIOINT *pVDIfsInt, void *pvStorage, uint32_t fFlags, PRTVFSFILE phVfsFile);

Completed in 48 milliseconds