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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1121 static PVBOXHDDRAWPARTDESC appendPartDesc(uint32_t *pcPartDescs, PVBOXHDDRAWPARTDESC *ppPartDescs) argument
1125 p = (PVBOXHDDRAWPARTDESC)RTMemRealloc(*ppPartDescs,
1127 *ppPartDescs = p;

Completed in 50 milliseconds