Go to the source code of this file.
◆ _eof()
Definition at line 16 of file eof.cpp.
17{
21
23 {
25 {
28 _ASSERTE((
"Invalid file descriptor. File possibly closed by a different thread",0));
29 return -1;
30 }
31
33 if (here == -1ll)
34 return -1;
35
36
39 return -1;
40
41
43 return 1;
44
45
46
48 return 0;
49 });
50}
#define _CHECK_FH_CLEAR_OSSERR_RETURN(handle, errorcode, retexpr)
auto __acrt_lowio_lock_fh_and_call(int const fh, Action &&action) -> decltype(action())
_Check_return_opt_ __int64 __cdecl _lseeki64_nolock(_In_ int _FileHandle, _In_ __int64 _Offset, _In_ int _Origin)
#define _VALIDATE_CLEAR_OSSERR_RETURN(expr, errorcode, retexpr)