Changeset 9137 in vbox
- Timestamp:
- May 26, 2008 8:14:14 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmasynccompletion.h
r8746 r9137 254 254 */ 255 255 PDMR3DECL(int) PDMR3AsyncCompletionTaskCreate(PPPDMASYNCCOMPLETIONTASK ppTask, PPDMASYNCCOMPLETIONTEMPLATE pTemplate, PDMASYNCCOMPLETIONTASKTYPE enmType, void *pvCtx, void *pvUser); 256 257 /**258 * Associate a task with a type specific context.259 *260 * @returns VBox status code.261 * @param pTask The task to associate the context with.262 * @param pvCtx Pointer to the context.263 */264 PDMR3DECL(int) PDMR3AsyncCompletionTaskAssociate(PPDMASYNCCOMPLETIONTASK pTask, void *pvCtx);265 256 266 257 /** … … 510 501 } 511 502 503 #if 0 512 504 /** 513 505 * Modifies a socket completion task. … … 541 533 return rc; 542 534 } 535 #endif 543 536 544 537 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.