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

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp765 uint64_t *pmsDuration, size_t *pcbIo, size_t cbBuf, void *pvBuf)
772 AssertPtrReturn(pmsDuration, VERR_INVALID_POINTER);
786 *pmsDuration = RT_LE2H_U64(Entry.msDuration);
764 VDDbgIoLogEventGetComplete(VDIOLOGGER hIoLogger, uint64_t *pidEvent, int *pRc, uint64_t *pmsDuration, size_t *pcbIo, size_t cbBuf, void *pvBuf) argument

Completed in 44 milliseconds