FILE_SYNCHRONOUS_IO_ALERT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTIOAPI_H

/**
 * All operations on the file are performed synchronously.
 * Any wait on behalf of the caller is subject to premature termination from alerts.
 * This flag also causes the I/O system to maintain the file position context.
 * If this flag is set, the DesiredAccess SYNCHRONIZE flag also must be set.
 */
#define FILE_SYNCHRONOUS_IO_ALERT           0x00000010

#endif

View code on GitHub

NtDoc

No description available.