1 implementation of GetUserType
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
252HRESULT IOleObject.Interface.GetUserType(uint dwFormOfType, PWSTR* pszUserType)
3 references to GetUserType
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleObject.g.cs (1)
571 return __object.GetUserType(dwFormOfType, pszUserType);
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
59 /// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.GetUserType(uint, winmdroot.Foundation.PWSTR*)"/> 64 winmdroot.Foundation.HRESULT __result = @this.GetUserType(dwFormOfType, pszUserTypeLocal);