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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp827 enum enmListType enum
866 static HRESULT produceList(enum enmListType enmCommand, bool fOptLong, const ComPtr<IVirtualBox> &pVirtualBox)
1213 enum enmListType enmOptCommand = kListNotSpecified;
1293 enmOptCommand = (enum enmListType)ch;
1296 HRESULT hrc = produceList((enum enmListType)ch, fOptLong, a->virtualBox);

Completed in 47 milliseconds