Fixed #1528.
This commit is contained in:
Родитель
45869a0cad
Коммит
24f0f88759
|
@ -36073,6 +36073,19 @@
|
|||
"parameter": "dwFlags"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FILE_DISPOSITION_INFO_EX_FLAGS",
|
||||
"autoPopulate": {
|
||||
"header": "winbase.h",
|
||||
"filter": "FILE_DISPOSITION_FLAG_"
|
||||
},
|
||||
"uses": [
|
||||
{
|
||||
"struct": "FILE_DISPOSITION_INFO_EX",
|
||||
"field": "Flags"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -801,6 +801,7 @@ FILE_ATTRIBUTE_TAG_INFO=Windows.Win32.Storage.FileSystem
|
|||
FILE_BASIC_INFO=Windows.Win32.Storage.FileSystem
|
||||
FILE_COMPRESSION_INFO=Windows.Win32.Storage.FileSystem
|
||||
FILE_DISPOSITION_INFO=Windows.Win32.Storage.FileSystem
|
||||
FILE_DISPOSITION_INFO_EX=Windows.Win32.Storage.FileSystem
|
||||
FILE_END_OF_FILE_INFO=Windows.Win32.Storage.FileSystem
|
||||
FILE_FULL_DIR_INFO=Windows.Win32.Storage.FileSystem
|
||||
FILE_ID_BOTH_DIR_INFO=Windows.Win32.Storage.FileSystem
|
||||
|
|
|
@ -94,3 +94,19 @@ Windows.Win32.Foundation.Metadata.StaticLibraryAttribute added
|
|||
Windows.Win32.Foundation.Metadata.StructSizeFieldAttribute added
|
||||
Windows.Win32.Foundation.Metadata.SupportedArchitectureAttribute added
|
||||
Windows.Win32.Foundation.Metadata.SupportedOSPlatformAttribute added
|
||||
# Fixed #1528.
|
||||
Windows.Win32.Storage.FileSystem.FILE_DISPOSITION_INFO_EX added
|
||||
Windows.Win32.Storage.FileSystem.FILE_DISPOSITION_INFO_EX_FLAGS added
|
||||
Windows.Win32.Storage.FileSystem.FILE_DISPOSITION_INFO_EX_FLAGS.FILE_DISPOSITION_FLAG_DELETE added
|
||||
Windows.Win32.Storage.FileSystem.FILE_DISPOSITION_INFO_EX_FLAGS.FILE_DISPOSITION_FLAG_DO_NOT_DELETE added
|
||||
Windows.Win32.Storage.FileSystem.FILE_DISPOSITION_INFO_EX_FLAGS.FILE_DISPOSITION_FLAG_FORCE_IMAGE_SECTION_CHECK added
|
||||
Windows.Win32.Storage.FileSystem.FILE_DISPOSITION_INFO_EX_FLAGS.FILE_DISPOSITION_FLAG_IGNORE_READONLY_ATTRIBUTE added
|
||||
Windows.Win32.Storage.FileSystem.FILE_DISPOSITION_INFO_EX_FLAGS.FILE_DISPOSITION_FLAG_ON_CLOSE added
|
||||
Windows.Win32.Storage.FileSystem.FILE_DISPOSITION_INFO_EX_FLAGS.FILE_DISPOSITION_FLAG_POSIX_SEMANTICS added
|
||||
Windows.Win32.System.WindowsProgramming.Apis.FILE_DISPOSITION_FLAG_DELETE removed
|
||||
Windows.Win32.System.WindowsProgramming.Apis.FILE_DISPOSITION_FLAG_DO_NOT_DELETE removed
|
||||
Windows.Win32.System.WindowsProgramming.Apis.FILE_DISPOSITION_FLAG_FORCE_IMAGE_SECTION_CHECK removed
|
||||
Windows.Win32.System.WindowsProgramming.Apis.FILE_DISPOSITION_FLAG_IGNORE_READONLY_ATTRIBUTE removed
|
||||
Windows.Win32.System.WindowsProgramming.Apis.FILE_DISPOSITION_FLAG_ON_CLOSE removed
|
||||
Windows.Win32.System.WindowsProgramming.Apis.FILE_DISPOSITION_FLAG_POSIX_SEMANTICS removed
|
||||
Windows.Win32.System.WindowsProgramming.FILE_DISPOSITION_INFO_EX removed
|
||||
|
|
Загрузка…
Ссылка в новой задаче