Changeset 15051 in vbox for trunk/src/VBox/Main/SessionImpl.cpp
- Timestamp:
- Dec 5, 2008 5:20:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SessionImpl.cpp
r14972 r15051 629 629 } 630 630 631 STDMETHODIMP Session::OnUSBDeviceDetach (IN PTR GUIDPARAMaId,631 STDMETHODIMP Session::OnUSBDeviceDetach (IN_GUID aId, 632 632 IVirtualBoxErrorInfo *aError) 633 633 { … … 667 667 } 668 668 669 STDMETHODIMP Session::AccessGuestProperty (IN PTR BSTR aName, INPTR BSTR aValue, INPTRBSTR aFlags,669 STDMETHODIMP Session::AccessGuestProperty (IN_BSTR aName, IN_BSTR aValue, IN_BSTR aFlags, 670 670 BOOL aIsSetter, BSTR *aRetValue, ULONG64 *aRetTimestamp, BSTR *aRetFlags) 671 671 { … … 701 701 } 702 702 703 STDMETHODIMP Session::EnumerateGuestProperties (IN PTRBSTR aPatterns,703 STDMETHODIMP Session::EnumerateGuestProperties (IN_BSTR aPatterns, 704 704 ComSafeArrayOut(BSTR, aNames), 705 705 ComSafeArrayOut(BSTR, aValues),
Note:
See TracChangeset
for help on using the changeset viewer.