Searched defs:pVDIfsInt (Results 1 - 1 of 1) 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;

Completed in 284 milliseconds