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

/vbox/src/VBox/Storage/
H A DVD.cpp5959 * @param ppDisk Where to store the reference to HDD container.
5961 VBOXDDU_DECL(int) VDCreate(PVDINTERFACE pVDIfsDisk, VDTYPE enmType, PVBOXHDD *ppDisk) argument
5970 AssertMsgBreakStmt(VALID_PTR(ppDisk),
5971 ("ppDisk=%#p\n", ppDisk), local
6015 *ppDisk = pDisk;

Completed in 81 milliseconds