#ifndef _NTIOAPI_H
/**
* If the file already exists, open it instead of creating a new file.
* If it does not, fail the request and do not create a new file.
*/
#define FILE_OPEN 0x00000001
View code on GitHubNo description available.