Home
last modified time | relevance | path

Searched refs:dwLogicalPosition (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dw32stape.c1045 DWORD dwRetCode, dwSize, dwLogicalPosition; in w32_internal_mtget() local
1119 if ( 0 != ( errno = w32_internal_mtpos( hFile, pStat, &dwLogicalPosition, NULL, ifd ) ) ) in w32_internal_mtget()
1125 mtget->mt_blkno = dwLogicalPosition; in w32_internal_mtget()
1127 if ( ( dwLogicalPosition & g_BOTmsk[ ifd ] ) == g_BOTbot[ ifd ] ) in w32_internal_mtget()