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

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsiosmisc.cpp39 RTDECL(int) RTVfsIoStrmValidateUtf8Encoding(RTVFSIOSTREAM hVfsIos, uint32_t fFlags, PRTFOFF poffError) argument
44 if (poffError)
46 AssertPtrReturn(poffError, VINF_SUCCESS);
47 *poffError = 0;
119 if (poffError && RT_FAILURE(rc))

Completed in 41 milliseconds