* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.

This commit is contained in:
Danny Smith
2002-06-24 02:49:47 +00:00
parent 7c00c9bd40
commit e106f92bfc
2 changed files with 5 additions and 0 deletions

View File

@ -149,6 +149,7 @@ extern "C" {
#define FILE_ANY_ACCESS 0
#define FILE_READ_ACCESS 1
#define FILE_WRITE_ACCESS 2
#define FILE_SPECIAL_ACCESS (FILE_ANY_ACCESS)
#define DISK_LOGGING_START 0
#define DISK_LOGGING_STOP 1
#define DISK_LOGGING_DUMP 2