FILE_SKIP_SET_EVENT_ON_HANDLE - NtDoc

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

/**
 * FILE_SKIP_SET_EVENT_ON_HANDLE
 * Skip setting the event on the file handle when the operation completes.
 */
#define FILE_SKIP_SET_EVENT_ON_HANDLE 0x2

#endif

View code on GitHub

NtDoc

No description available.