#ifndef _NTIOAPI_H
/**
* If the file already exists, fail the request and do not create or open the given file.
* If it does not, create the given file.
*/
#define FILE_CREATE 0x00000002
View code on GitHubNo description available.