Searched defs:penmEvent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp569 VBOXDDU_DECL(int) VDDbgIoLogEventTypeGetNext(VDIOLOGGER hIoLogger, VDIOLOGEVENT *penmEvent) argument
575 AssertPtrReturn(penmEvent, VERR_INVALID_POINTER);
582 *penmEvent = VDIOLOGEVENT_END;
605 *penmEvent = VDIOLOGEVENT_START;
608 *penmEvent = VDIOLOGEVENT_COMPLETE;

Completed in 34 milliseconds