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

/vbox/src/VBox/Main/include/
H A DMediumImpl.h234 HRESULT getHostDrive(BOOL *aHostDrive);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp1692 HRESULT Medium::getHostDrive(BOOL *aHostDrive) argument
1696 *aHostDrive = m->hostDrive;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h11577 #define IMedium_get_HostDrive(p, aHostDrive) ((p)->lpVtbl->GetHostDrive(p, aHostDrive))
11578 #define IMedium_GetHostDrive(p, aHostDrive) ((p)->lpVtbl->GetHostDrive(p, aHostDrive))

Completed in 1645 milliseconds