Changeset 33218 in vbox for trunk/include
- Timestamp:
- Oct 18, 2010 7:54:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmasynccompletion.h
r31173 r33218 328 328 329 329 /** 330 * Assigns or removes a bandwidth control manager to/from the endpoint. 331 * 332 * @returns VBox status code. 333 * @param pEndpoint The endpoint. 334 * @param pcszBwMgr The identifer of the new bandwidth manager to assign 335 * or NULL to remove the current one. 336 */ 337 VMMR3DECL(int) PDMR3AsyncCompletionEpSetBwMgr(PPDMASYNCCOMPLETIONENDPOINT pEndpoint, 338 const char *pcszBwMgr); 339 340 /** 330 341 * Cancels a async completion task. 331 342 *
Note:
See TracChangeset
for help on using the changeset viewer.