1 implementation of GetUserClassID
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
240HRESULT IOleObject.Interface.GetUserClassID(Guid* pClsid)
3 references to GetUserClassID
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleObject.g.cs (1)
530 return __object.GetUserClassID(pClsid);
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
49 /// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.GetUserClassID(global::System.Guid*)"/> 54 winmdroot.Foundation.HRESULT __result = @this.GetUserClassID(pClsidLocal);