MFCreateAttributes is missing ComOutPtr. Fixed #1955.

This commit is contained in:
Mike Battista 2024-08-20 10:16:22 -07:00
Родитель 47fbe2ee3b
Коммит 3fabe4d273
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -1858,3 +1858,4 @@ ScriptStringAnalyse::piDx=[-NativeArrayInfo]
LoadIconMetric::hinst=[In][Optional]
LoadIconWithScaleDown::hinst=[In][Optional]
IPropertyStoreCapabilities::IsPropertyWritable=[CanReturnMultipleSuccessValues]
MFCreateAttributes::ppMFAttributes=[ComOutPtr]

Просмотреть файл

@ -1217,6 +1217,8 @@ Windows.Win32.Globalization.Apis.utrans_transIncremental : [DllImport(icu.dll,Ca
Windows.Win32.Globalization.Apis.utrans_transIncrementalUChars : [DllImport(icu.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)] => [DllImport(icuin.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)]
Windows.Win32.Globalization.Apis.utrans_transUChars : [DllImport(icu.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)] => [DllImport(icuin.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)]
Windows.Win32.Globalization.Apis.utrans_unregisterID : [DllImport(icu.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)] => [DllImport(icuin.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)]
+# Fixed #1960.
+Windows.Win32.Networking.WinSock.Apis.WSAResetEvent : hEvent...HANDLE => WSAEVENT
+Windows.Win32.Networking.WinSock.Apis.WSASetEvent : hEvent...HANDLE => WSAEVENT
# Fixed #1960.
Windows.Win32.Networking.WinSock.Apis.WSAResetEvent : hEvent...HANDLE => WSAEVENT
Windows.Win32.Networking.WinSock.Apis.WSASetEvent : hEvent...HANDLE => WSAEVENT
# Fixed #1955.
Windows.Win32.Media.MediaFoundation.Apis.MFCreateAttributes : ppMFAttributes : [Out] => [ComOutPtr,Out]