1 instantiation of LICINFO
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2240LICINFO licInfo = new()
13 references to LICINFO
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2240LICINFO licInfo = new() 2242cbLicInfo = sizeof(LICINFO)
System.Windows.Forms.Primitives (11)
Windows.Win32.IClassFactory2.g.cs (8)
118 /// <inheritdoc cref="GetLicInfo(winmdroot.System.Ole.LICINFO*)"/> 119 internal unsafe winmdroot.Foundation.HRESULT GetLicInfo(ref winmdroot.System.Ole.LICINFO pLicInfo) 121 fixed (winmdroot.System.Ole.LICINFO* pLicInfoLocal = &pLicInfo) 131 private static winmdroot.Foundation.HRESULT GetLicInfo(IClassFactory2* pThis, winmdroot.System.Ole.LICINFO* pLicInfo) 158 public unsafe winmdroot.Foundation.HRESULT GetLicInfo(winmdroot.System.Ole.LICINFO* pLicInfo) 160 return ((delegate *unmanaged [Stdcall]<IClassFactory2*,winmdroot.System.Ole.LICINFO* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IClassFactory2*)Unsafe.AsPointer(ref this), pLicInfo); 282 internal delegate *unmanaged [Stdcall]<IClassFactory2*,winmdroot.System.Ole.LICINFO* ,winmdroot.Foundation.HRESULT> GetLicInfo_6; 323 unsafe winmdroot.Foundation.HRESULT GetLicInfo(winmdroot.System.Ole.LICINFO* pLicInfo);
Windows.Win32.System_Ole_IClassFactory2_Extensions.g.cs (3)
36 /// <inheritdoc cref="winmdroot.System.Ole.IClassFactory2.Interface.GetLicInfo(winmdroot.System.Ole.LICINFO*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT GetLicInfo(this winmdroot.System.Ole.IClassFactory2.Interface @this, ref winmdroot.System.Ole.LICINFO pLicInfo) 39 fixed (winmdroot.System.Ole.LICINFO* pLicInfoLocal = &pLicInfo)