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

/vbox/include/VBox/
H A Dvd-ifs.h145 * @param ppVDIfs Pointer to the VD interface list.
149 size_t cbInterface, PVDINTERFACE *ppVDIfs)
156 AssertMsgReturn(VALID_PTR(ppVDIfs),
157 ("pInterfaceList=%#p", ppVDIfs), local
166 pInterface->pNext = *ppVDIfs;
169 *ppVDIfs = pInterface;
179 * @param ppVDIfs Pointer to the VD interface list to remove from.
181 DECLINLINE(int) VDInterfaceRemove(PVDINTERFACE pInterface, PVDINTERFACE *ppVDIfs) argument
190 AssertMsgReturn(VALID_PTR(ppVDIfs),
191 ("pInterfaceList=%#p", ppVDIfs), local
147 VDInterfaceAdd(PVDINTERFACE pInterface, const char *pszName, VDINTERFACETYPE enmInterface, void *pvUser, size_t cbInterface, PVDINTERFACE *ppVDIfs) argument
[all...]

Completed in 1985 milliseconds