Changeset 10234 in vbox for trunk/include
- Timestamp:
- Jul 4, 2008 3:50:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r9920 r10234 1569 1569 /** @} */ 1570 1570 1571 #ifdef VBOX_WITH_INFO_SVC 1571 1572 /** @name Information Services 1572 1573 * @{ */ … … 1576 1577 VBGLR3DECL(int) VbglR3InfoSvcReadKey(uint32_t u32ClientId, char *pszKey, char *pszValue, uint32_t cbValue, uint32_t *pcbActual); 1577 1578 /** @} */ 1579 #endif /* VBOX_WITH_INFO_SVC defined */ 1578 1580 1579 1581
Note:
See TracChangeset
for help on using the changeset viewer.