FILE_SKIP_COMPLETION_PORT_ON_SUCCESS - NtDoc

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

/**
 * FILE_SKIP_COMPLETION_PORT_ON_SUCCESS
 * Skip posting a completion packet to the I/O completion port if the operation completes successfully.
 */
#define FILE_SKIP_COMPLETION_PORT_ON_SUCCESS 0x1

#endif

View code on GitHub

NtDoc

No description available.