Skip to content

Conversation

@AArnott
Copy link
Member

@AArnott AArnott commented Oct 7, 2022

Adds a field like this to structs that represent COM interfaces:

/// <summary>The IID guid for this interface.</summary>
/// <value>{00000101-0000-0000-c000-000000000046}</value>
internal static readonly Guid Guid = new Guid(0x00000101, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);

Closes #711

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add IID guids that don't use strings for construction.

2 participants