Lines Matching defs:IMachine

907 struct IMachine;
956 typedef struct IMachine IMachine;
1938 nsresult (*GetMachines)(IVirtualBox *pThis, PRUint32 *machinesSize, IMachine * **machines);
1962 IMachine * * machine
1971 IMachine * * machine
1977 IMachine * * machine
1982 IMachine * machine
1988 IMachine * * machine
1994 IMachine * * machine
2000 IMachine * * machine
2574 /* Start of struct IMachine Declaration */
2584 nsresult (*GetParent)(IMachine *pThis, IVirtualBox * *parent);
2586 nsresult (*GetAccessible)(IMachine *pThis, PRBool *accessible);
2588 nsresult (*GetAccessError)(IMachine *pThis, IVirtualBoxErrorInfo * *accessError);
2590 nsresult (*GetName)(IMachine *pThis, PRUnichar * *name);
2591 nsresult (*SetName)(IMachine *pThis, PRUnichar * name);
2593 nsresult (*GetDescription)(IMachine *pThis, PRUnichar * *description);
2594 nsresult (*SetDescription)(IMachine *pThis, PRUnichar * description);
2596 nsresult (*GetId)(IMachine *pThis, PRUnichar * *id);
2598 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
2599 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
2601 nsresult (*GetHardwareVersion)(IMachine *pThis, PRUnichar * *HardwareVersion);
2602 nsresult (*SetHardwareVersion)(IMachine *pThis, PRUnichar * HardwareVersion);
2604 nsresult (*GetHardwareUUID)(IMachine *pThis, PRUnichar * *hardwareUUID);
2605 nsresult (*SetHardwareUUID)(IMachine *pThis, PRUnichar * hardwareUUID);
2607 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount);
2608 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount);
2610 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize);
2611 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize);
2613 nsresult (*GetMemoryBalloonSize)(IMachine *pThis, PRUint32 *memoryBalloonSize);
2614 nsresult (*SetMemoryBalloonSize)(IMachine *pThis, PRUint32 memoryBalloonSize);
2616 nsresult (*GetStatisticsUpdateInterval)(IMachine *pThis, PRUint32 *statisticsUpdateInterval);
2617 nsresult (*SetStatisticsUpdateInterval)(IMachine *pThis, PRUint32 statisticsUpdateInterval);
2619 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize);
2620 nsresult (*SetVRAMSize)(IMachine *pThis, PRUint32 VRAMSize);
2622 nsresult (*GetAccelerate3DEnabled)(IMachine *pThis, PRBool *accelerate3DEnabled);
2623 nsresult (*SetAccelerate3DEnabled)(IMachine *pThis, PRBool accelerate3DEnabled);
2625 nsresult (*GetAccelerate2DVideoEnabled)(IMachine *pThis, PRBool *accelerate2DVideoEnabled);
2626 nsresult (*SetAccelerate2DVideoEnabled)(IMachine *pThis, PRBool accelerate2DVideoEnabled);
2628 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount);
2629 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
2631 nsresult (*GetBIOSSettings)(IMachine *pThis, IBIOSSettings * *BIOSSettings);
2633 nsresult (*GetFirmwareType)(IMachine *pThis, PRUint32 *firmwareType);
2634 nsresult (*SetFirmwareType)(IMachine *pThis, PRUint32 firmwareType);
2636 nsresult (*GetSnapshotFolder)(IMachine *pThis, PRUnichar * *snapshotFolder);
2637 nsresult (*SetSnapshotFolder)(IMachine *pThis, PRUnichar * snapshotFolder);
2639 nsresult (*GetVRDPServer)(IMachine *pThis, IVRDPServer * *VRDPServer);
2641 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments);
2643 nsresult (*GetUSBController)(IMachine *pThis, IUSBController * *USBController);
2645 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter);
2647 nsresult (*GetStorageControllers)(IMachine *pThis, PRUint32 *storageControllersSize, IStorageController * **storageControllers);
2649 nsresult (*GetSettingsFilePath)(IMachine *pThis, PRUnichar * *settingsFilePath);
2651 nsresult (*GetSettingsModified)(IMachine *pThis, PRBool *settingsModified);
2653 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState);
2655 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType);
2657 nsresult (*GetSessionPid)(IMachine *pThis, PRUint32 *sessionPid);
2659 nsresult (*GetState)(IMachine *pThis, PRUint32 *state);
2661 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange);
2663 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath);
2665 nsresult (*GetLogFolder)(IMachine *pThis, PRUnichar * *logFolder);
2667 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot);
2669 nsresult (*GetSnapshotCount)(IMachine *pThis, PRUint32 *snapshotCount);
2671 nsresult (*GetCurrentStateModified)(IMachine *pThis, PRBool *currentStateModified);
2673 nsresult (*GetSharedFolders)(IMachine *pThis, PRUint32 *sharedFoldersSize, ISharedFolder * **sharedFolders);
2675 nsresult (*GetClipboardMode)(IMachine *pThis, PRUint32 *clipboardMode);
2676 nsresult (*SetClipboardMode)(IMachine *pThis, PRUint32 clipboardMode);
2678 nsresult (*GetGuestPropertyNotificationPatterns)(IMachine *pThis, PRUnichar * *guestPropertyNotificationPatterns);
2679 nsresult (*SetGuestPropertyNotificationPatterns)(IMachine *pThis, PRUnichar * guestPropertyNotificationPatterns);
2681 nsresult (*GetTeleporterEnabled)(IMachine *pThis, PRBool *teleporterEnabled);
2682 nsresult (*SetTeleporterEnabled)(IMachine *pThis, PRBool teleporterEnabled);
2684 nsresult (*GetTeleporterPort)(IMachine *pThis, PRUint32 *teleporterPort);
2685 nsresult (*SetTeleporterPort)(IMachine *pThis, PRUint32 teleporterPort);
2687 nsresult (*GetTeleporterAddress)(IMachine *pThis, PRUnichar * *teleporterAddress);
2688 nsresult (*SetTeleporterAddress)(IMachine *pThis, PRUnichar * teleporterAddress);
2690 nsresult (*GetTeleporterPassword)(IMachine *pThis, PRUnichar * *teleporterPassword);
2691 nsresult (*SetTeleporterPassword)(IMachine *pThis, PRUnichar * teleporterPassword);
2694 IMachine *pThis,
2700 IMachine *pThis,
2706 IMachine *pThis,
2715 IMachine *pThis,
2722 IMachine *pThis,
2730 IMachine *pThis,
2739 IMachine *pThis,
2747 IMachine *pThis,
2754 IMachine *pThis,
2762 IMachine *pThis,
2768 IMachine *pThis,
2775 IMachine *pThis,
2781 IMachine *pThis,
2787 IMachine *pThis,
2792 IMachine *pThis,
2798 IMachine *pThis,
2804 IMachine *pThis,
2810 IMachine *pThis,
2816 IMachine *pThis,
2822 IMachine *pThis,
2828 IMachine *pThis,
2834 IMachine *pThis,
2843 IMachine *pThis,
2852 IMachine *pThis,
2856 nsresult (*RemoveAllCpuIdLeafs)(IMachine *pThis );
2859 IMachine *pThis,
2865 IMachine *pThis,
2870 nsresult (*SaveSettings)(IMachine *pThis );
2872 nsresult (*DiscardSettings)(IMachine *pThis );
2874 nsresult (*DeleteSettings)(IMachine *pThis );
2877 IMachine *pThis,
2883 IMachine *pThis,
2889 IMachine *pThis,
2895 IMachine *pThis,
2900 IMachine *pThis,
2907 IMachine *pThis,
2912 IMachine *pThis,
2917 IMachine *pThis,
2922 IMachine *pThis,
2930 IMachine *pThis,
2936 IMachine *pThis,
2942 IMachine *pThis,
2949 IMachine *pThis,
2955 IMachine *pThis,
2968 IMachine *pThis,
2975 IMachine *pThis,
2984 IMachine *pThis,
2991 IMachine *pThis,
3000 struct IMachine
3004 /* End of struct IMachine Declaration */
3173 nsresult (*GetMachine)(IConsole *pThis, IMachine * *machine);
3821 nsresult (*GetMachine)(ISnapshot *pThis, IMachine * *machine);
4873 IMachine * machine
4878 IMachine * machine,
4989 nsresult (*GetMachine)(ISession *pThis, IMachine * *machine);