Changeset 28101 in vbox for trunk/include/VBox
- Timestamp:
- Apr 8, 2010 3:42:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r28065 r28101 1505 1505 */ 1506 1506 DECLR3CALLBACKMEMBER(int, pfnNotifyStatusLinesChanged,(PPDMICHARPORT pInterface, uint32_t fNewStatusLines)); 1507 1508 /** 1509 * Notify the device when the driver buffer is full. 1510 * 1511 * @returns VBox status code. 1512 * @param pInterface Pointer to the interface structure containing the called function pointer. 1513 * @param fFull Buffer full. 1514 * @thread Any thread. 1515 */ 1516 DECLR3CALLBACKMEMBER(int, pfnNotifyBufferFull,(PPDMICHARPORT pInterface, bool fFull)); 1507 1517 1508 1518 /**
Note:
See TracChangeset
for help on using the changeset viewer.