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

/vbox/include/VBox/
H A Dvddbg.h196 * @param penmEvent Where to store the next event on success.
198 VBOXDDU_DECL(int) VDDbgIoLogEventTypeGetNext(VDIOLOGGER hIoLogger, VDIOLOGEVENT *penmEvent);
205 * @param penmEvent Where to store the next event on success.
/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 48 milliseconds