Changeset 9293 in vbox for trunk/include/VBox/pdmdev.h
- Timestamp:
- Jun 2, 2008 12:18:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r9243 r9293 1687 1687 * @param pszDesc Pointer to description string. This must not be freed. 1688 1688 */ 1689 DECLR3CALLBACKMEMBER(int, pfnIOPortRegisterGC,(PPDMDEVINS pDevIns, RTIOPORT Port, RTUINT cPorts, RT GCPTR pvUser,1689 DECLR3CALLBACKMEMBER(int, pfnIOPortRegisterGC,(PPDMDEVINS pDevIns, RTIOPORT Port, RTUINT cPorts, RTRCPTR pvUser, 1690 1690 const char *pszOut, const char *pszIn, 1691 1691 const char *pszOutStr, const char *pszInStr, const char *pszDesc));
Note:
See TracChangeset
for help on using the changeset viewer.