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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageBandwidthControl.cpp273 VMINFO_DETAILS enmDetails = VMINFO_STANDARD; local
284 enmDetails = VMINFO_MACHINEREADABLE;
291 if (FAILED(showBandwidthGroups(rptrBWControl, enmDetails)))
H A DVBoxManageSnapshot.cpp174 VMINFO_DETAILS enmDetails = VMINFO_STANDARD; local
184 case 'D': enmDetails = VMINFO_FULL; break;
185 case 'M': enmDetails = VMINFO_MACHINEREADABLE; break;
201 hrc = showSnapshots(pSnapshot, pCurrentSnapshot, enmDetails);

Completed in 46 milliseconds