Safe version of the EnumProcessModulesEx function seems to be incorrect. Fixed #1945.
This commit is contained in:
Родитель
df7c564cab
Коммит
c0731286db
|
@ -1859,3 +1859,5 @@ LoadIconMetric::hinst=[In][Optional]
|
|||
LoadIconWithScaleDown::hinst=[In][Optional]
|
||||
IPropertyStoreCapabilities::IsPropertyWritable=[CanReturnMultipleSuccessValues]
|
||||
MFCreateAttributes::ppMFAttributes=[ComOutPtr]
|
||||
StartServiceCtrlDispatcherA::lpServiceStartTable=[NativeArrayInfo]
|
||||
StartServiceCtrlDispatcherW::lpServiceStartTable=[NativeArrayInfo]
|
||||
|
|
|
@ -1299,3 +1299,6 @@ Windows.Win32.System.Performance.PDH_HQUERY added
|
|||
# Missing CryptCATCDFEnumMembersByCDFTagEx and CryptCATCDFEnumAttributesWithCDFTag #1950
|
||||
Windows.Win32.Security.Cryptography.Catalog.Apis.CryptCATCDFEnumAttributesWithCDFTag added
|
||||
Windows.Win32.Security.Cryptography.Catalog.Apis.CryptCATCDFEnumMembersByCDFTagEx added
|
||||
# Added NativeArrayInfo for #1945.
|
||||
Windows.Win32.System.Services.Apis.StartServiceCtrlDispatcherA : lpServiceStartTable : [Const,In] => [Const,In,NativeArrayInfo]
|
||||
Windows.Win32.System.Services.Apis.StartServiceCtrlDispatcherW : lpServiceStartTable : [Const,In] => [Const,In,NativeArrayInfo]
|
||||
|
|
Загрузка…
Ссылка в новой задаче