Go to the source code of this file.
◆ _commit()
Definition at line 15 of file commit.cpp.
16{
20
22 {
24 {
26 return 0;
27
29 }
30
32
33 _ASSERTE((
"Invalid file descriptor. File possibly closed by a different thread",0));
34 return -1;
35 });
36}
#define _CHECK_FH_RETURN(handle, errorcode, retexpr)
auto __acrt_lowio_lock_fh_and_call(int const fh, Action &&action) -> decltype(action())
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
BOOL WINAPI FlushFileBuffers(IN HANDLE hFile)
_CRTIMP intptr_t __cdecl _get_osfhandle(_In_ int _FileHandle)
DWORD WINAPI GetLastError(void)