Searched refs:aMachineIds (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMediumImpl.h249 HRESULT getMachineIds(std::vector<com::Guid> &aMachineIds);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp1983 HRESULT Medium::getMachineIds(std::vector<com::Guid> &aMachineIds) argument
1990 aMachineIds.resize(brlist.size());
1993 aMachineIds[i] = it->machineId;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h11607 #define IMedium_get_MachineIds(p, aMachineIds) ((p)->lpVtbl->GetMachineIds(p, aMachineIds))
11608 #define IMedium_GetMachineIds(p, aMachineIds) ((p)->lpVtbl->GetMachineIds(p, aMachineIds))

Completed in 1124 milliseconds