Searched refs:aHardDisk (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMediumAttachmentImpl.h105 HRESULT getMedium(ComPtr<IMedium> &aHardDisk);
H A DVirtualBoxImpl.h184 ComObjPtr<Medium> *aHardDisk = NULL);
187 ComObjPtr<Medium> *aHardDisk = NULL);
/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp233 HRESULT MediumAttachment::getMedium(ComPtr<IMedium> &aHardDisk) argument
239 aHardDisk = m->bd->pMedium;
H A DVirtualBoxImpl.cpp3306 * @param aHardDisk Where to store the found hard disk object (can be NULL).
3314 ComObjPtr<Medium> *aHardDisk /*= NULL*/)
3325 if (aHardDisk)
3326 *aHardDisk = (*it).second;
3346 * @param aHardDisk Where to store the found hard disk object (can be NULL).
3354 ComObjPtr<Medium> *aHardDisk /*= NULL*/)
3376 if (aHardDisk)
3377 *aHardDisk = pHD;

Completed in 58 milliseconds