Update json to metadata to 61.0.15-preview, regenerate bindings and bump version to 2.2.0

This commit is contained in:
Amer Koleci
2024-06-28 12:42:38 +02:00
parent 9c485db26e
commit 715ca3aa39
210 changed files with 11334 additions and 1401 deletions

View File

@@ -81,9 +81,9 @@ public unsafe partial struct ID2D1Effect : ID2D1Effect.Interface, INativeGuid
/// <inheritdoc cref="ID2D1Properties.GetPropertyName" />
[MethodImpl(MethodImplOptions.AggressiveInlining)]
[VtblIndex(4)]
public HResult GetPropertyName(uint index, ushort* name, uint nameCount)
public HResult GetPropertyName(uint index, char** name, uint nameCount)
{
return ((delegate* unmanaged[MemberFunction]<ID2D1Effect*, uint, ushort*, uint, int>)(lpVtbl[4]))((ID2D1Effect*)Unsafe.AsPointer(ref this), index, name, nameCount);
return ((delegate* unmanaged[MemberFunction]<ID2D1Effect*, uint, char**, uint, int>)(lpVtbl[4]))((ID2D1Effect*)Unsafe.AsPointer(ref this), index, name, nameCount);
}
/// <inheritdoc cref="ID2D1Properties.GetPropertyNameLength" />