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.Direct2D;
|
||||
[Guid("31e6e7bc-e0ff-4d46-8c64-a0a8c41c15d3")]
|
||||
[NativeTypeName("struct ID2D1Multithread : IUnknown")]
|
||||
[NativeInheritance("IUnknown")]
|
||||
public unsafe partial struct ID2D1Multithread : INativeGuid
|
||||
public unsafe partial struct ID2D1Multithread : ID2D1Multithread.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_ID2D1Multithread
|
||||
{
|
||||
@@ -97,5 +97,16 @@ public unsafe partial struct ID2D1Multithread : INativeGuid
|
||||
{
|
||||
((delegate* unmanaged[Stdcall]<ID2D1Multithread*, void>)(lpVtbl[5]))((ID2D1Multithread*)Unsafe.AsPointer(ref this));
|
||||
}
|
||||
public interface Interface : IUnknown.Interface
|
||||
{
|
||||
[VtblIndex(3)]
|
||||
Bool32 GetMultithreadProtected();
|
||||
|
||||
[VtblIndex(4)]
|
||||
void Enter();
|
||||
|
||||
[VtblIndex(5)]
|
||||
void Leave();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user