Changeset 40637 in vbox for trunk/include
- Timestamp:
- Mar 26, 2012 12:35:48 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77066
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r39890 r40637 4 4 5 5 /* 6 * Copyright (C) 2006-201 1Oracle Corporation6 * Copyright (C) 2006-2012 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1822 1822 * @param enmMode Mode to write the data. 1823 1823 * @thread Any thread. 1824 * @todo r=klaus cbWrite only defines buffer length, method needs a way top return actually written amount of data. 1824 1825 */ 1825 1826 DECLR3CALLBACKMEMBER(int, pfnWrite,(PPDMIHOSTPARALLELCONNECTOR pInterface, const void *pvBuf, … … 1835 1836 * @param enmMode Mode to read the data. 1836 1837 * @thread Any thread. 1838 * @todo r=klaus cbRead only defines buffer length, method needs a way top return actually read amount of data. 1837 1839 */ 1838 1840 DECLR3CALLBACKMEMBER(int, pfnRead,(PPDMIHOSTPARALLELCONNECTOR pInterface, void *pvBuf,
Note:
See TracChangeset
for help on using the changeset viewer.