Changeset 11297 in vbox for trunk/include
- Timestamp:
- Aug 8, 2008 10:49:36 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34390
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmins.h
r11295 r11297 50 50 #define PDMINS_2_DATA(pIns, type) ( (type)(void *)&(pIns)->achInstanceData[0] ) 51 51 52 /** @def PDMINS2DATA53 * Converts a PDM Device, USB Device, or Driver instance pointer to a pointer to the instance data.54 * @deprecated Use PDMINS_2_DATA.55 */56 #define PDMINS2DATA(pIns, type) PDMINS_2_DATA(pIns, type)57 58 52 /** @def PDMINS2DATA_RCPTR 59 53 * Converts a PDM Device, USB Device, or Driver instance pointer to a RC pointer to the instance data.
Note:
See TracChangeset
for help on using the changeset viewer.