mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Update metadata to 39.0.18-preview
Generator: Add initial Interface generation.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Win32.Graphics.DirectComposition;
|
||||
[Guid("64ac3703-9d3f-45ec-a109-7cac0e7a13a7")]
|
||||
[NativeTypeName("struct IDCompositionClip : IUnknown")]
|
||||
[NativeInheritance("IUnknown")]
|
||||
public unsafe partial struct IDCompositionClip : INativeGuid
|
||||
public unsafe partial struct IDCompositionClip : IDCompositionClip.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_IDCompositionClip
|
||||
{
|
||||
@@ -74,5 +74,8 @@ public unsafe partial struct IDCompositionClip : INativeGuid
|
||||
return ((delegate* unmanaged[Stdcall]<IDCompositionClip*, uint>)(lpVtbl[2]))((IDCompositionClip*)Unsafe.AsPointer(ref this));
|
||||
}
|
||||
|
||||
public interface Interface : IUnknown.Interface
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user