Changeset 27841 in vbox for trunk/include
- Timestamp:
- Mar 30, 2010 9:01:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59516
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmnetifs.h
r26574 r27841 208 208 * 209 209 * @retval VINF_SUCCESS on success. 210 * @retval VERR_TRY_AGAIN if temporarily out of buffer space. After this211 * happens, the driver will call PDMINETWORKDOWN::pfnNotifyBufAvailable212 * when this is a buffer of the required size available.213 * @retval VERR_NO_MEMORY if really out of buffer space.214 210 * 215 211 * @param pInterface Pointer to the interface structure containing the called function pointer.
Note:
See TracChangeset
for help on using the changeset viewer.