Changeset 75495 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 15, 2018 8:53:00 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126652
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r75488 r75495 735 735 bool fAttachDetach, bool fIgnoreConnectFailure); 736 736 int i_configSerialPort(PCFGMNODE pInst, PortMode_T ePortMode, const char *pszPath, bool fServer); 737 static DECLCALLBACK(int) i_configGuestProperties(void *pvConsole , PUVM pUVM);737 static DECLCALLBACK(int) i_configGuestProperties(void *pvConsole); 738 738 static DECLCALLBACK(int) i_configGuestControl(void *pvConsole); 739 739 static DECLCALLBACK(void) i_vmstateChangeCallback(PUVM pUVM, VMSTATE enmState, VMSTATE enmOldState, void *pvUser); -
trunk/src/VBox/Main/include/HGCM.h
r75167 r75495 39 39 int HGCMHostReset (void); 40 40 41 int HGCMHostLoad (const char *pszServiceLibrary, const char *pszServiceName );41 int HGCMHostLoad (const char *pszServiceLibrary, const char *pszServiceName, PUVM pUVM); 42 42 43 43 int HGCMHostRegisterServiceExtension (HGCMSVCEXTHANDLE *pHandle, const char *pszServiceName, PFNHGCMSVCEXT pfnExtension, void *pvExtension);
Note:
See TracChangeset
for help on using the changeset viewer.