Changeset 6225 in vbox
- Timestamp:
- Dec 31, 2007 11:36:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r6224 r6225 1734 1734 * @returns VBox status code. 1735 1735 * @param pInterface Pointer to the interface structure containing the called function pointer. 1736 * @param valThe new control register value.1737 * @thread Any thread. 1738 */ 1739 DECLR3CALLBACKMEMBER(int, pfnWriteControl,(PPDMIHOSTPARALLELCONNECTOR pInterface, uint8_t val));1736 * @param fReg The new control register value. 1737 * @thread Any thread. 1738 */ 1739 DECLR3CALLBACKMEMBER(int, pfnWriteControl,(PPDMIHOSTPARALLELCONNECTOR pInterface, uint8_t fReg)); 1740 1740 1741 1741 /**
Note:
See TracChangeset
for help on using the changeset viewer.