Changeset 13762 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 3, 2008 4:34:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r13759 r13762 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));501 496 #endif 502 497
Note:
See TracChangeset
for help on using the changeset viewer.