FILE_SKIP_SET_USER_EVENT_ON_FAST_IO - NtDoc

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

/**
 * FILE_SKIP_SET_USER_EVENT_ON_FAST_IO
 * Skip setting the user event when a fast I/O operation completes.
 */
#define FILE_SKIP_SET_USER_EVENT_ON_FAST_IO 0x4

#endif

View code on GitHub

NtDoc

No description available.