Changeset 13759 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Nov 3, 2008 4:13:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r13606 r13759 494 494 static DECLCALLBACK(int) doGuestPropNotification (void *pvExtension, uint32_t, 495 495 void *pvParms, uint32_t cbParms); 496 HRESULT doEnumerateGuestProperties (INPTR BSTR aPatterns, 497 ComSafeArrayOut(BSTR, aNames), 498 ComSafeArrayOut(BSTR, aValues), 499 ComSafeArrayOut(ULONG64, aTimestamps), 500 ComSafeArrayOut(BSTR, aFlags)); 496 501 #endif 497 502
Note:
See TracChangeset
for help on using the changeset viewer.