Added IID_IUnknown guid

nullableenabled
David Hall 2024-04-27 13:23:08 -06:00
parent 622bd6edba
commit de98bff453
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
public static partial class Ole32
{
/// <summary>IID_IUnknown</summary>
public static readonly Guid IID_IUnknown = new("00000000-0000-0000-C000-000000000046");
/// <summary>Enables a class of objects to be created.</summary>
// https://docs.microsoft.com/en-us/windows/desktop/api/unknwnbase/nn-unknwnbase-iclassfactory
[PInvokeData("unknwnbase.h", MSDNShortId = "f624f833-2b69-43bc-92cd-c4ecbe6051c5")]