|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Member Functions | |
| __crt_seek_guard (int const fh, __int64 const size) | |
| ~__crt_seek_guard () | |
| __crt_seek_guard (__crt_seek_guard const &)=delete | |
| __crt_seek_guard & | operator= (__crt_seek_guard const &)=delete |
Public Attributes | |
| __int64 | place |
| __int64 | end |
| __int64 | extend |
| int | fhh |
Definition at line 42 of file chsize.cpp.
Definition at line 45 of file chsize.cpp.
|
inline |
Definition at line 53 of file chsize.cpp.
|
delete |
|
delete |
| __int64 __crt_seek_guard::end |
Definition at line 62 of file chsize.cpp.
Referenced by _chsize_nolock_internal().
| __int64 __crt_seek_guard::extend |
Definition at line 63 of file chsize.cpp.
Referenced by _chsize_nolock_internal().
| int __crt_seek_guard::fhh |
Definition at line 64 of file chsize.cpp.
Referenced by ~__crt_seek_guard().
| __int64 __crt_seek_guard::place |
Definition at line 61 of file chsize.cpp.
Referenced by _chsize_nolock_internal(), and ~__crt_seek_guard().