Changeset 13287 in vbox for trunk/include
- Timestamp:
- Oct 15, 2008 2:57:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdrv.h
r13214 r13287 525 525 * until the timer is fully destroyed (i.e. a bit after TMTimerDestroy()). 526 526 * @param ppTimer Where to store the timer on success. 527 * @thread EMT 527 528 */ 528 529 DECLR3CALLBACKMEMBER(int, pfnTMTimerCreate,(PPDMDRVINS pDrvIns, TMCLOCK enmClock, PFNTMTIMERDRV pfnCallback, const char *pszDesc, PPTMTIMERR3 ppTimer));
Note:
See TracChangeset
for help on using the changeset viewer.