Lines Matching defs:systemProperties
284 ComPtr<ISystemProperties> systemProperties;
285 CHECK_ERROR(pVirtualBox, COMGETTER(SystemProperties)(systemProperties.asOutParam()));
287 CHECK_ERROR(systemProperties, COMGETTER(MediumFormats)(ComSafeArrayAsOutParam(mediumFormats)));
574 ComPtr<ISystemProperties> systemProperties;
575 pVirtualBox->COMGETTER(SystemProperties)(systemProperties.asOutParam());
585 systemProperties->COMGETTER(MinGuestRAM)(&ulValue);
587 systemProperties->COMGETTER(MaxGuestRAM)(&ulValue);
589 systemProperties->COMGETTER(MinGuestVRAM)(&ulValue);
591 systemProperties->COMGETTER(MaxGuestVRAM)(&ulValue);
593 systemProperties->COMGETTER(MaxGuestMonitors)(&ulValue);
595 systemProperties->COMGETTER(MinGuestCPUCount)(&ulValue);
597 systemProperties->COMGETTER(MaxGuestCPUCount)(&ulValue);
599 systemProperties->COMGETTER(InfoVDSize)(&i64Value);
601 systemProperties->COMGETTER(SerialPortCount)(&ulValue);
603 systemProperties->COMGETTER(ParallelPortCount)(&ulValue);
605 systemProperties->COMGETTER(MaxBootPosition)(&ulValue);
607 systemProperties->GetMaxNetworkAdapters(ChipsetType_PIIX3, &ulValue);
609 systemProperties->GetMaxNetworkAdapters(ChipsetType_ICH9, &ulValue);
611 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_IDE, &ulValue);
613 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_IDE, &ulValue);
615 systemProperties->GetMaxPortCountForStorageBus(StorageBus_IDE, &ulValue);
617 systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_IDE, &ulValue);
619 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_SATA, &ulValue);
621 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_SATA, &ulValue);
623 systemProperties->GetMaxPortCountForStorageBus(StorageBus_SATA, &ulValue);
625 systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SATA, &ulValue);
627 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_SCSI, &ulValue);
629 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_SCSI, &ulValue);
631 systemProperties->GetMaxPortCountForStorageBus(StorageBus_SCSI, &ulValue);
633 systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SCSI, &ulValue);
635 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_SAS, &ulValue);
637 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_SAS, &ulValue);
639 systemProperties->GetMaxPortCountForStorageBus(StorageBus_SAS, &ulValue);
641 systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SAS, &ulValue);
643 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_Floppy, &ulValue);
645 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_Floppy, &ulValue);
647 systemProperties->GetMaxPortCountForStorageBus(StorageBus_Floppy, &ulValue);
649 systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_Floppy, &ulValue);
652 systemProperties->GetFreeDiskSpaceWarning(&i64Value);
654 systemProperties->GetFreeDiskSpacePercentWarning(&ulValue);
656 systemProperties->GetFreeDiskSpaceError(&i64Value);
658 systemProperties->GetFreeDiskSpacePercentError(&ulValue);
661 systemProperties->COMGETTER(DefaultMachineFolder)(str.asOutParam());
663 systemProperties->COMGETTER(ExclusiveHwVirt)(&fValue);
665 systemProperties->COMGETTER(DefaultHardDiskFormat)(str.asOutParam());
667 systemProperties->COMGETTER(VRDEAuthLibrary)(str.asOutParam());
669 systemProperties->COMGETTER(WebServiceAuthLibrary)(str.asOutParam());
671 systemProperties->COMGETTER(DefaultVRDEExtPack)(str.asOutParam());
673 systemProperties->COMGETTER(LogHistoryCount)(&ulValue);
675 systemProperties->COMGETTER(DefaultFrontend)(str.asOutParam());
677 systemProperties->COMGETTER(AutostartDatabasePath)(str.asOutParam());
679 systemProperties->COMGETTER(DefaultAdditionsISO)(str.asOutParam());
803 ComPtr<ISystemProperties> systemProperties;
804 CHECK_ERROR(pVirtualBox, COMGETTER(SystemProperties)(systemProperties.asOutParam()));
806 CHECK_ERROR(systemProperties, COMGETTER(ScreenShotFormats)(ComSafeArrayAsOutParam(formats)));