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

/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp186 uEndAddr = (uintptr_t)&pThis->uCurData.pBoth->FileName[0];
189 AssertReturn(pThis->uCurData.pBoth->FileNameLength < _64K, VERR_FILENAME_TOO_LONG);
190 AssertReturn((pThis->uCurData.pBoth->FileNameLength & 1) == 0, VERR_IO_GEN_FAILURE);
192 uEndAddr += pThis->uCurData.pBoth->FileNameLength;
195 AssertReturn((unsigned)pThis->uCurData.pBoth->ShortNameLength <= sizeof(pThis->uCurData.pBoth->ShortName),
224 uint32_t const offNext = pThis->uCurData.pBoth->NextEntryOffset;
235 cbRec += pThis->uCurData.pBoth->FileNameLength;
352 Assert(Ios.Information > sizeof(*pThis->uCurData.pBoth));
414 return rtDirNtConvertName(pThis, pThis->uCurData.pBoth
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h112 PFILE_BOTH_DIR_INFORMATION pBoth; member in union:RTDIR::__anon16604

Completed in 58 milliseconds