CreateOptions flagMeaning FILE_DIRECTORY_FILE The file is a directory. Compatible CreateOptions flags are FILE_SYNCHRONOUS_IO_ALERT, FILE_SYNCHRONOUS_IO_NONALERT, FILE_WRITE_THROUGH, FILE_OPEN_FOR_BACKUP_INTENT, and FILE_OPEN_BY_FILE_ID. The CreateDisposition parameter must be set to FILE_CREATE...
ValueMeaning FILE_DIRECTORY_FILE The file being created or opened is a directory file. With this flag, the CreateDisposition parameter must be set to FILE_CREATE, FILE_OPEN, or FILE_OPEN_IF. With this flag, other compatible CreateOptions flags include only the following: FILE_SYNCHRONOUS_IO...
CreateDisposition ValuesMeaning FILE_SUPERSEDEIf the file already exists, replace it with the given file. If it does not, create the given file. FILE_CREATEIf the file already exists, fail the request and do not create or open the given file. If it does not, create the given file. ...
ValueMeaning FILE_SUPERSEDE If the file already exists, replace it with the given file. If it does not, create the given file. FILE_CREATE 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. ...
ValueMeaning FILE_SUPERSEDE If the file already exists, replace it with the given file. If it does not, create the given file. FILE_CREATE 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. ...
ValueMeaning FILE_SUPERSEDE If the file already exists, replace it with the given file. If it does not, create the given file. FILE_CREATE 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. ...
ValueMeaning FILE_SUPERSEDE If the file already exists, replace it with the given file. If it does not, create the given file. FILE_CREATE 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. ...
ValueMeaning FILE_SUPERSEDE If the file already exists, replace it with the given file. If it does not, create the given file. FILE_CREATE 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. ...
ValueMeaning FILE_SUPERSEDE If the file already exists, replace it with the given file. If it does not, create the given file. FILE_CREATE 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. ...
ValueMeaning FILE_SUPERSEDE If the file already exists, replace it with the given file. If it does not, create the given file. FILE_CREATE 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. ...