#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
View code on GitHubNo description available.