Skip to content

Commit

Permalink
Fix IBufferByteAccess GUID (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Apr 27, 2020
1 parent 80297f5 commit b243fb2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ namespace ABI.Windows.Storage.Streams
using global::System;
using global::System.Runtime.InteropServices;

[Guid("00000003-0000-0000-c000-000000000046")]
[Guid("905a0fef-bc53-11df-8c49-001e4fc686da")]
internal class IBufferByteAccess : global::Windows.Storage.Streams.IBufferByteAccess
{
[Guid("00000003-0000-0000-c000-000000000046")]
[Guid("905a0fef-bc53-11df-8c49-001e4fc686da")]
public struct Vftbl
{
public delegate int _get_Buffer_0(IntPtr thisPtr, out IntPtr buffer);
Expand Down Expand Up @@ -77,4 +77,4 @@ public IntPtr Buffer
}
}
}
}
}

0 comments on commit b243fb2

Please sign in to comment.