1 implementation of GetMiscStatus
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
316HRESULT IOleObject.Interface.GetMiscStatus(DVASPECT dwAspect, OLEMISC* pdwStatus)
3 references to GetMiscStatus
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleObject.g.cs (1)
822 return __object.GetMiscStatus(dwAspect, pdwStatus);
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
99 /// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.GetMiscStatus(winmdroot.System.Com.DVASPECT, winmdroot.System.Ole.OLEMISC*)"/> 104 winmdroot.Foundation.HRESULT __result = @this.GetMiscStatus(dwAspect, pdwStatusLocal);