SetupDiGetClassImageList should be in/out. Fixed #1810.
This commit is contained in:
Родитель
2b727c6150
Коммит
183d484d52
|
@ -1752,4 +1752,9 @@ WNetUseConnectionW::return=WIN32_ERROR
|
|||
HttpReceiveHttpRequest::Overlapped=[Out]
|
||||
PFTASKDIALOGCALLBACK::msg=[AssociatedEnum("TASKDIALOG_NOTIFICATIONS")]
|
||||
GlobalMemoryStatusEx::lpBuffer=[In]
|
||||
SHCreateItemInKnownFolder::dwKFFlags=[AssociatedEnum("KNOWN_FOLDER_FLAG")]
|
||||
SHCreateItemInKnownFolder::dwKFFlags=[AssociatedEnum("KNOWN_FOLDER_FLAG")]
|
||||
SetupDiGetClassImageList::ClassImageListData=[In]
|
||||
SetupDiGetClassImageListExA::ClassImageListData=[In]
|
||||
SetupDiGetClassImageListExW::ClassImageListData=[In]
|
||||
SetupDiGetDriverInstallParamsA::DriverInstallParams=[In]
|
||||
SetupDiGetDriverInstallParamsW::DriverInstallParams=[In]
|
||||
|
|
|
@ -937,3 +937,9 @@ Windows.Win32.System.Diagnostics.TraceLogging.Apis.WINEVENT_OPCODE_STOP added
|
|||
Windows.Win32.System.Diagnostics.TraceLogging.Apis.WINEVENT_OPCODE_SUSPEND added
|
||||
Windows.Win32.System.Diagnostics.TraceLogging.Apis.WINEVENT_TASK_NONE added
|
||||
Windows.Win32.System.Diagnostics.TraceLogging.Apis.WINEVT_KEYWORD_ANY added
|
||||
# Fixed #1810.
|
||||
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetClassImageList : ClassImageListData : [Out] => [In,Out]
|
||||
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetClassImageListExA : ClassImageListData : [Out] => [In,Out]
|
||||
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetClassImageListExW : ClassImageListData : [Out] => [In,Out]
|
||||
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetDriverInstallParamsA : DriverInstallParams : [Out] => [In,Out]
|
||||
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetDriverInstallParamsW : DriverInstallParams : [Out] => [In,Out]
|
||||
|
|
Загрузка…
Ссылка в новой задаче