4 instantiations of BOOL
System.Private.Windows.Core (4)
Windows.Win32.BOOL.g.cs (2)
33 public static explicit operator BOOL(int value) => new BOOL(value); 51 public static implicit operator BOOL(bool value) => new BOOL(value);
Windows\Win32\Foundation\BOOL.cs (2)
10public static BOOL TRUE { get; } = new(true); 12public static BOOL FALSE { get; } = new(false);
2005 references to BOOL
ComDisabled.Tests (1)
Control.ActiveXImplTests.cs (1)
26HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.FALSE);
PresentationCore (2)
System\Windows\dataobject.cs (2)
16using BOOL = Windows.Win32.Foundation.BOOL; 618HRESULT Com.IDataObject.Interface.SetData(Com.FORMATETC* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease) =>
System.Drawing.Common (31)
System\Drawing\Drawing2D\AdjustableArrowCap.cs (1)
73BOOL isFilled;
System\Drawing\Drawing2D\GraphicsPath.cs (2)
250BOOL isVisible; 279BOOL isVisible;
System\Drawing\Drawing2D\GraphicsPathIterator.cs (3)
60BOOL tempIsClosed; 74BOOL tempIsClosed; 138BOOL hasCurve;
System\Drawing\Drawing2D\LinearGradientBrush.cs (1)
139BOOL useGammaCorrection;
System\Drawing\Drawing2D\Matrix.cs (3)
379BOOL invertible; 390BOOL identity; 402BOOL equal;
System\Drawing\FontFamily.cs (1)
290BOOL isStyleAvailable;
System\Drawing\Graphics.cs (6)
301BOOL isEmpty; 311BOOL isEmpty; 591BOOL isVisible; 604BOOL isVisible; 2661BOOL isInfinite; 2746BOOL result = PInvokeCore.BitBlt(
System\Drawing\Graphics.EnumerateMetafileDataAdapter.cs (2)
10private delegate BOOL NativeEnumerateMetafileProc( 31private BOOL CallBack(
System\Drawing\Icon.cs (1)
808iPicture.Value->SaveAsFile(iStream, (BOOL)(-1), pCbSize: null).ThrowOnFailure();
System\Drawing\Region.cs (5)
237BOOL isEmpty; 246BOOL isInfinite; 255BOOL isEqual; 287BOOL isVisible; 307BOOL isVisible;
Windows.Win32.BlurParams.g.cs (1)
27 internal winmdroot.Foundation.BOOL expandEdge;
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
60 internal static unsafe winmdroot.UI.WindowsAndMessaging.HICON CreateIconFromResourceEx(byte* presbits, uint dwResSize, winmdroot.Foundation.BOOL fIcon, uint dwVer, int cxDesired, int cyDesired, winmdroot.UI.WindowsAndMessaging.IMAGE_FLAGS Flags) 68 static extern unsafe winmdroot.UI.WindowsAndMessaging.HICON LocalExternFunction(byte* presbits, uint dwResSize, winmdroot.Foundation.BOOL fIcon, uint dwVer, int cxDesired, int cyDesired, winmdroot.UI.WindowsAndMessaging.IMAGE_FLAGS Flags);
Windows.Win32.PInvoke.winspool.drv.g.cs (3)
100 internal static unsafe winmdroot.Foundation.BOOL EnumPrinters(uint Flags, winmdroot.Foundation.PWSTR Name, uint Level, [Optional] byte* pPrinterEnum, uint cbBuf, uint* pcbNeeded, uint* pcReturned) 103 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(Flags, Name, Level, pPrinterEnum, cbBuf, pcbNeeded, pcReturned); 108 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(uint Flags, winmdroot.Foundation.PWSTR Name, uint Level, [Optional] byte* pPrinterEnum, uint cbBuf, uint* pcbNeeded, uint* pcReturned);
System.Drawing.Common.Tests (1)
Helpers.cs (1)
151PInvokeCore.GetMonitorInfo(hmonitor, ref info).Should().Be(BOOL.TRUE);
System.Private.Windows.Core (276)
System\Private\Windows\Ole\Composition.cs (1)
189public HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) => _nativeDataObject.SetData(pformatetc, pmedium, fRelease);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
194public HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
82public HRESULT SetData(Com.FORMATETC* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
129HRESULT Com.IDataObject.Interface.SetData(Com.FORMATETC* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease)
System\Private\Windows\Ole\DragDropHelper.cs (3)
135return (basePtr is not null) && (*(BOOL*)basePtr == true); 203hGlobal = PInvokeCore.GlobalAlloc(GMEM_MOVEABLE | GMEM_ZEROINIT, (nuint)sizeof(BOOL)) 218*(BOOL*)basePtr = value;
Windows.Win32.BOOL.g.cs (11)
25 : IEquatable<BOOL> 31 public static implicit operator int(BOOL value) => value.Value; 33 public static explicit operator BOOL(int value) => new BOOL(value); 35 public static bool operator ==(BOOL left, BOOL right) => left.Value == right.Value; 37 public static bool operator !=(BOOL left, BOOL right) => !(left == right); 39 public bool Equals(BOOL other) => this.Value == other.Value; 41 public override bool Equals(object obj) => obj is BOOL other && this.Equals(other); 49 public static implicit operator bool(BOOL value) => value.Value != 0; 51 public static implicit operator BOOL(bool value) => new BOOL(value);
Windows.Win32.DROPFILES.g.cs (2)
46 internal winmdroot.Foundation.BOOL fNC; 52 internal winmdroot.Foundation.BOOL fWide;
Windows.Win32.GdiplusStartupInput.g.cs (2)
29 internal winmdroot.Foundation.BOOL SuppressBackgroundThread; 31 internal winmdroot.Foundation.BOOL SuppressExternalCodecs;
Windows.Win32.ICONINFO.g.cs (1)
34 internal winmdroot.Foundation.BOOL fIcon;
Windows.Win32.IDataObject.g.cs (7)
244 /// <inheritdoc cref="SetData(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*, winmdroot.Foundation.BOOL)"/> 245 internal unsafe winmdroot.Foundation.HRESULT SetData(in winmdroot.System.Com.FORMATETC pformatetc, in winmdroot.System.Com.STGMEDIUM pmedium, winmdroot.Foundation.BOOL fRelease) 260 private static winmdroot.Foundation.HRESULT SetData(IDataObject* pThis, winmdroot.System.Com.FORMATETC* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease) 289 public unsafe winmdroot.Foundation.HRESULT SetData(winmdroot.System.Com.FORMATETC* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease) 291 return ((delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.FORMATETC* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IDataObject*)Unsafe.AsPointer(ref this), pformatetc, pmedium, fRelease); 496 internal delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.FORMATETC* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetData_8; 551 unsafe winmdroot.Foundation.HRESULT SetData(winmdroot.System.Com.FORMATETC* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease);
Windows.Win32.IDataObjectAsyncCapability.g.cs (21)
58 private static winmdroot.Foundation.HRESULT SetAsyncMode(IDataObjectAsyncCapability* pThis, winmdroot.Foundation.BOOL fDoOpAsync) 87 public winmdroot.Foundation.HRESULT SetAsyncMode(winmdroot.Foundation.BOOL fDoOpAsync) 89 return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), fDoOpAsync); 92 /// <inheritdoc cref="GetAsyncMode(winmdroot.Foundation.BOOL*)"/> 93 internal unsafe winmdroot.Foundation.HRESULT GetAsyncMode(out winmdroot.Foundation.BOOL pfIsOpAsync) 95 fixed (winmdroot.Foundation.BOOL* pfIsOpAsyncLocal = &pfIsOpAsync) 105 private static winmdroot.Foundation.HRESULT GetAsyncMode(IDataObjectAsyncCapability* pThis, winmdroot.Foundation.BOOL* pfIsOpAsync) 131 public unsafe winmdroot.Foundation.HRESULT GetAsyncMode(winmdroot.Foundation.BOOL* pfIsOpAsync) 133 return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), pfIsOpAsync); 170 /// <inheritdoc cref="InOperation(winmdroot.Foundation.BOOL*)"/> 171 internal unsafe winmdroot.Foundation.HRESULT InOperation(out winmdroot.Foundation.BOOL pfInAsyncOp) 173 fixed (winmdroot.Foundation.BOOL* pfInAsyncOpLocal = &pfInAsyncOp) 183 private static winmdroot.Foundation.HRESULT InOperation(IDataObjectAsyncCapability* pThis, winmdroot.Foundation.BOOL* pfInAsyncOp) 209 public unsafe winmdroot.Foundation.HRESULT InOperation(winmdroot.Foundation.BOOL* pfInAsyncOp) 211 return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), pfInAsyncOp); 286 internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetAsyncMode_4; 288 internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetAsyncMode_5; 292 internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> InOperation_7; 325winmdroot.Foundation.HRESULT SetAsyncMode(winmdroot.Foundation.BOOL fDoOpAsync); 328 unsafe winmdroot.Foundation.HRESULT GetAsyncMode(winmdroot.Foundation.BOOL* pfIsOpAsync); 334 unsafe winmdroot.Foundation.HRESULT InOperation(winmdroot.Foundation.BOOL* pfInAsyncOp);
Windows.Win32.IDropSource.g.cs (5)
58 private static winmdroot.Foundation.HRESULT QueryContinueDrag(IDropSource* pThis, winmdroot.Foundation.BOOL fEscapePressed, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState) 83 public winmdroot.Foundation.HRESULT QueryContinueDrag(winmdroot.Foundation.BOOL fEscapePressed, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState) 85 return ((delegate *unmanaged [Stdcall]<IDropSource*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IDropSource*)Unsafe.AsPointer(ref this), fEscapePressed, grfKeyState); 151 internal delegate *unmanaged [Stdcall]<IDropSource*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.HRESULT> QueryContinueDrag_4; 181winmdroot.Foundation.HRESULT QueryContinueDrag(winmdroot.Foundation.BOOL fEscapePressed, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState);
Windows.Win32.IDropTargetHelper.g.cs (5)
244 private static winmdroot.Foundation.HRESULT Show(IDropTargetHelper* pThis, winmdroot.Foundation.BOOL fShow) 270 public winmdroot.Foundation.HRESULT Show(winmdroot.Foundation.BOOL fShow) 272 return ((delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IDropTargetHelper*)Unsafe.AsPointer(ref this), fShow); 310 internal delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Show_8; 353winmdroot.Foundation.HRESULT Show(winmdroot.Foundation.BOOL fShow);
Windows.Win32.IMoniker.g.cs (15)
143 private static winmdroot.Foundation.HRESULT Save(IMoniker* pThis, winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 160 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 162 return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IMoniker*)Unsafe.AsPointer(ref this), pStm, fClearDirty); 349 private static winmdroot.Foundation.HRESULT ComposeWith(IMoniker* pThis, winmdroot.System.Com.IMoniker* pmkRight, winmdroot.Foundation.BOOL fOnlyIfNotGeneric, winmdroot.System.Com.IMoniker** ppmkComposite) 379 public unsafe winmdroot.Foundation.HRESULT ComposeWith(winmdroot.System.Com.IMoniker* pmkRight, winmdroot.Foundation.BOOL fOnlyIfNotGeneric, winmdroot.System.Com.IMoniker** ppmkComposite) 381 return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.BOOL ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IMoniker*)Unsafe.AsPointer(ref this), pmkRight, fOnlyIfNotGeneric, ppmkComposite); 387 private static winmdroot.Foundation.HRESULT Enum(IMoniker* pThis, winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.IEnumMoniker** ppenumMoniker) 413 public unsafe winmdroot.Foundation.HRESULT Enum(winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.IEnumMoniker** ppenumMoniker) 415 return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.Foundation.BOOL ,winmdroot.System.Com.IEnumMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IMoniker*)Unsafe.AsPointer(ref this), fForward, ppenumMoniker); 870 internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 880 internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.BOOL ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ComposeWith_12; 882 internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.Foundation.BOOL ,winmdroot.System.Com.IEnumMoniker** ,winmdroot.Foundation.HRESULT> Enum_13; 957 unsafe new winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty); 972 unsafe winmdroot.Foundation.HRESULT ComposeWith(winmdroot.System.Com.IMoniker* pmkRight, winmdroot.Foundation.BOOL fOnlyIfNotGeneric, winmdroot.System.Com.IMoniker** ppmkComposite); 975 unsafe winmdroot.Foundation.HRESULT Enum(winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.IEnumMoniker** ppenumMoniker);
Windows.Win32.IPersistStream.g.cs (5)
160 private static winmdroot.Foundation.HRESULT Save(IPersistStream* pThis, winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 189 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 191 return ((delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPersistStream*)Unsafe.AsPointer(ref this), pStm, fClearDirty); 269 internal delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 311 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty);
Windows.Win32.IPicture.g.cs (20)
453 /// <inheritdoc cref="get_KeepOriginalFormat(winmdroot.Foundation.BOOL*)"/> 454 internal unsafe winmdroot.Foundation.HRESULT get_KeepOriginalFormat(out winmdroot.Foundation.BOOL pKeep) 456 fixed (winmdroot.Foundation.BOOL* pKeepLocal = &pKeep) 466 private static winmdroot.Foundation.HRESULT get_KeepOriginalFormat(IPicture* pThis, winmdroot.Foundation.BOOL* pKeep) 492 public unsafe winmdroot.Foundation.HRESULT get_KeepOriginalFormat(winmdroot.Foundation.BOOL* pKeep) 494 return ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IPicture*)Unsafe.AsPointer(ref this), pKeep); 500 private static winmdroot.Foundation.HRESULT put_KeepOriginalFormat(IPicture* pThis, winmdroot.Foundation.BOOL keep) 523 public winmdroot.Foundation.HRESULT put_KeepOriginalFormat(winmdroot.Foundation.BOOL keep) 525 return ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IPicture*)Unsafe.AsPointer(ref this), keep); 558 /// <inheritdoc cref="SaveAsFile(winmdroot.System.Com.IStream*, winmdroot.Foundation.BOOL, int*)"/> 559 internal unsafe winmdroot.Foundation.HRESULT SaveAsFile(winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, out int pCbSize) 571 private static winmdroot.Foundation.HRESULT SaveAsFile(IPicture* pThis, winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, int* pCbSize) 596 public unsafe winmdroot.Foundation.HRESULT SaveAsFile(winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, int* pCbSize) 598 return ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IPicture*)Unsafe.AsPointer(ref this), pStream, fSaveMemCopy, pCbSize); 693 internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_KeepOriginalFormat_13; 695 internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_KeepOriginalFormat_14; 699 internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,int* ,winmdroot.Foundation.HRESULT> SaveAsFile_16; 768 unsafe winmdroot.Foundation.HRESULT get_KeepOriginalFormat(winmdroot.Foundation.BOOL* pKeep); 771winmdroot.Foundation.HRESULT put_KeepOriginalFormat(winmdroot.Foundation.BOOL keep); 777 unsafe winmdroot.Foundation.HRESULT SaveAsFile(winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, int* pCbSize);
Windows.Win32.IRecordInfo.g.cs (5)
565 private static winmdroot.Foundation.BOOL IsMatchingType(IRecordInfo* pThis, winmdroot.System.Ole.IRecordInfo* pRecordInfo) 589 public unsafe winmdroot.Foundation.BOOL IsMatchingType(winmdroot.System.Ole.IRecordInfo* pRecordInfo) 591 return ((delegate *unmanaged [Stdcall]<IRecordInfo*,winmdroot.System.Ole.IRecordInfo* ,winmdroot.Foundation.BOOL>)lpVtbl[15])((IRecordInfo*)Unsafe.AsPointer(ref this), pRecordInfo); 752 internal delegate *unmanaged [Stdcall]<IRecordInfo*,winmdroot.System.Ole.IRecordInfo* ,winmdroot.Foundation.BOOL> IsMatchingType_16; 835 unsafe winmdroot.Foundation.BOOL IsMatchingType(winmdroot.System.Ole.IRecordInfo* pRecordInfo);
Windows.Win32.ITypeLib.g.cs (8)
329 /// <inheritdoc cref="IsName(winmdroot.Foundation.PWSTR, uint, winmdroot.Foundation.BOOL*)"/> 330 internal unsafe winmdroot.Foundation.HRESULT IsName(ref Span<char>szNameBuf, uint lHashVal, out winmdroot.Foundation.BOOL pfName) 333 fixed (winmdroot.Foundation.BOOL* pfNameLocal = &pfName) 348 private static winmdroot.Foundation.HRESULT IsName(ITypeLib* pThis, winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName) 376 public unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName) 378 return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITypeLib*)Unsafe.AsPointer(ref this), szNameBuf, lHashVal, pfName); 514 internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> IsName_11; 574 unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName);
Windows.Win32.PAINTSTRUCT.g.cs (3)
33 internal winmdroot.Foundation.BOOL fErase; 39 internal winmdroot.Foundation.BOOL fRestore; 42 internal winmdroot.Foundation.BOOL fIncUpdate;
Windows.Win32.PInvokeCore.COMCTL32.dll.g.cs (1)
35 internal static extern winmdroot.Foundation.BOOL DestroyPropertySheetPage(winmdroot.UI.Controls.HPROPSHEETPAGE param0);
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (26)
48 internal static winmdroot.Foundation.BOOL BitBlt(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, int cx, int cy, winmdroot.Graphics.Gdi.HDC hdcSrc, int x1, int y1, winmdroot.Graphics.Gdi.ROP_CODE rop) 51 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hdc, x, y, cx, cy, hdcSrc, x1, y1, rop); 56 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, int cx, int cy, winmdroot.Graphics.Gdi.HDC hdcSrc, int x1, int y1, winmdroot.Graphics.Gdi.ROP_CODE rop); 67 internal static extern winmdroot.Foundation.BOOL DeleteEnhMetaFile(winmdroot.Graphics.Gdi.HENHMETAFILE hmf); 94 internal static extern winmdroot.Foundation.BOOL DeleteObject(winmdroot.Graphics.Gdi.HGDIOBJ ho); 392 internal static extern winmdroot.Foundation.BOOL DeleteDC(winmdroot.Graphics.Gdi.HDC hdc); 396 internal static unsafe winmdroot.Foundation.BOOL EnumEnhMetaFile(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.HENHMETAFILE hmf, delegate *unmanaged[Stdcall]<global::Windows.Win32.Graphics.Gdi.HDC,global::Windows.Win32.Graphics.Gdi.HANDLETABLE*,global::Windows.Win32.Graphics.Gdi.ENHMETARECORD*,int,global::Windows.Win32.Foundation.LPARAM,int> proc, void* param3, winmdroot.Foundation.RECT? lpRect) 399 winmdroot.Foundation.BOOL __result = PInvokeCore.EnumEnhMetaFile(hdc, hmf, proc, param3, lpRect.HasValue ? &lpRectLocal : null); 417 internal static extern unsafe winmdroot.Foundation.BOOL EnumEnhMetaFile(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.HENHMETAFILE hmf, delegate *unmanaged[Stdcall]<global::Windows.Win32.Graphics.Gdi.HDC,global::Windows.Win32.Graphics.Gdi.HANDLETABLE*,global::Windows.Win32.Graphics.Gdi.ENHMETARECORD*,int,global::Windows.Win32.Foundation.LPARAM,int> proc, [Optional] void* param3, [Optional] winmdroot.Foundation.RECT* lpRect); 557 internal static unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Foundation.SIZE lpsize) 561 winmdroot.Foundation.BOOL __result = PInvokeCore.GetViewportExtEx(hdc, lpsizeLocal); 577 internal static extern unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.SIZE* lpsize); 581 internal static unsafe winmdroot.Foundation.BOOL GetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, out global::System.Drawing.Point lppoint) 585 winmdroot.Foundation.BOOL __result = PInvokeCore.GetViewportOrgEx(hdc, lppointLocal); 601 internal static extern unsafe winmdroot.Foundation.BOOL GetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, global::System.Drawing.Point* lppoint); 605 internal static unsafe winmdroot.Foundation.BOOL GetWindowOrgEx(winmdroot.Graphics.Gdi.HDC hdc, out global::System.Drawing.Point lppoint) 609 winmdroot.Foundation.BOOL __result = PInvokeCore.GetWindowOrgEx(hdc, lppointLocal); 625 internal static extern unsafe winmdroot.Foundation.BOOL GetWindowOrgEx(winmdroot.Graphics.Gdi.HDC hdc, global::System.Drawing.Point* lppoint); 629 internal static unsafe winmdroot.Foundation.BOOL GetWorldTransform(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Graphics.Gdi.XFORM lpxf) 633 winmdroot.Foundation.BOOL __result = PInvokeCore.GetWorldTransform(hdc, lpxfLocal); 647 internal static extern unsafe winmdroot.Foundation.BOOL GetWorldTransform(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.XFORM* lpxf); 678 internal static extern unsafe winmdroot.Foundation.BOOL OffsetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] global::System.Drawing.Point* lppt); 688 internal static extern winmdroot.Foundation.BOOL DeleteMetaFile(winmdroot.Graphics.Gdi.HMETAFILE hmf); 718 internal static extern winmdroot.Foundation.BOOL Rectangle(winmdroot.Graphics.Gdi.HDC hdc, int left, int top, int right, int bottom); 729 internal static extern winmdroot.Foundation.BOOL RestoreDC(winmdroot.Graphics.Gdi.HDC hdc, int nSavedDC); 794 internal static extern winmdroot.Graphics.Gdi.HPALETTE SelectPalette(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.HPALETTE hPal, winmdroot.Foundation.BOOL bForceBkgd);
Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (13)
38 internal static winmdroot.Foundation.BOOL CloseHandle(winmdroot.Foundation.HANDLE hObject) 41 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hObject); 46 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hObject); 212 internal static winmdroot.Foundation.BOOL GlobalUnlock(winmdroot.Foundation.HGLOBAL hMem) 215 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hMem); 220 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HGLOBAL hMem); 236 internal static winmdroot.Foundation.BOOL FreeLibrary(winmdroot.Foundation.HMODULE hLibModule) 239 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hLibModule); 244 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HMODULE hLibModule); 293 /// <inheritdoc cref="WideCharToMultiByte(uint, uint, winmdroot.Foundation.PCWSTR, int, winmdroot.Foundation.PSTR, int, winmdroot.Foundation.PCSTR, winmdroot.Foundation.BOOL*)"/> 295 internal static unsafe int WideCharToMultiByte(uint CodePage, uint dwFlags, string lpWideCharStr, int cchWideChar, winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, string lpDefaultChar, winmdroot.Foundation.BOOL* lpUsedDefaultChar) 339 internal static unsafe int WideCharToMultiByte(uint CodePage, uint dwFlags, winmdroot.Foundation.PCWSTR lpWideCharStr, int cchWideChar, winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.PCSTR lpDefaultChar, [Optional] winmdroot.Foundation.BOOL* lpUsedDefaultChar) 347 static extern unsafe int LocalExternFunction(uint CodePage, uint dwFlags, winmdroot.Foundation.PCWSTR lpWideCharStr, int cchWideChar, winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.PCSTR lpDefaultChar, [Optional] winmdroot.Foundation.BOOL* lpUsedDefaultChar);
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (3)
64 /// <inheritdoc cref="OleCreatePictureIndirect(winmdroot.System.Ole.PICTDESC*, global::System.Guid*, winmdroot.Foundation.BOOL, void**)"/> 66 internal static unsafe winmdroot.Foundation.HRESULT OleCreatePictureIndirect(in winmdroot.System.Ole.PICTDESC lpPictDesc, in global::System.Guid riid, winmdroot.Foundation.BOOL fOwn, out void* lplpvObj) 93 internal static extern unsafe winmdroot.Foundation.HRESULT OleCreatePictureIndirect(winmdroot.System.Ole.PICTDESC* lpPictDesc, global::System.Guid* riid, winmdroot.Foundation.BOOL fOwn, void** lplpvObj);
Windows.Win32.PInvokeCore.SHELL32.dll.g.cs (1)
38 internal static extern void DragAcceptFiles(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.BOOL fAccept);
Windows.Win32.PInvokeCore.USER32.dll.g.cs (56)
162 internal static winmdroot.Foundation.BOOL DestroyIcon(winmdroot.UI.WindowsAndMessaging.HICON hIcon) 165 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hIcon); 170 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HICON hIcon); 216 internal static winmdroot.Foundation.BOOL DrawIconEx(winmdroot.Graphics.Gdi.HDC hdc, int xLeft, int yTop, winmdroot.UI.WindowsAndMessaging.HICON hIcon, int cxWidth, int cyWidth, uint istepIfAniCur, winmdroot.Graphics.Gdi.HBRUSH hbrFlickerFreeDraw, winmdroot.UI.WindowsAndMessaging.DI_FLAGS diFlags) 219 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hdc, xLeft, yTop, hIcon, cxWidth, cyWidth, istepIfAniCur, hbrFlickerFreeDraw, diFlags); 224 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Graphics.Gdi.HDC hdc, int xLeft, int yTop, winmdroot.UI.WindowsAndMessaging.HICON hIcon, int cxWidth, int cyWidth, uint istepIfAniCur, winmdroot.Graphics.Gdi.HBRUSH hbrFlickerFreeDraw, winmdroot.UI.WindowsAndMessaging.DI_FLAGS diFlags); 229 internal static unsafe winmdroot.Foundation.BOOL EndPaint(winmdroot.Foundation.HWND hWnd, in winmdroot.Graphics.Gdi.PAINTSTRUCT lpPaint) 233 winmdroot.Foundation.BOOL __result = PInvokeCore.EndPaint(hWnd, lpPaintLocal); 248 internal static extern unsafe winmdroot.Foundation.BOOL EndPaint(winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Gdi.PAINTSTRUCT* lpPaint); 272 internal static extern unsafe winmdroot.Foundation.BOOL EnumChildWindows(winmdroot.Foundation.HWND hWndParent, delegate *unmanaged[Stdcall]<global::Windows.Win32.Foundation.HWND,global::Windows.Win32.Foundation.LPARAM,global::Windows.Win32.Foundation.BOOL> lpEnumFunc, winmdroot.Foundation.LPARAM lParam); 276 internal static unsafe winmdroot.Foundation.BOOL EnumDisplayMonitors(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.RECT? lprcClip, delegate *unmanaged[Stdcall]<global::Windows.Win32.Graphics.Gdi.HMONITOR,global::Windows.Win32.Graphics.Gdi.HDC,global::Windows.Win32.Foundation.RECT*,global::Windows.Win32.Foundation.LPARAM,global::Windows.Win32.Foundation.BOOL> lpfnEnum, winmdroot.Foundation.LPARAM dwData) 279 winmdroot.Foundation.BOOL __result = PInvokeCore.EnumDisplayMonitors(hdc, lprcClip.HasValue ? &lprcClipLocal : null, lpfnEnum, dwData); 304 internal static extern unsafe winmdroot.Foundation.BOOL EnumDisplayMonitors(winmdroot.Graphics.Gdi.HDC hdc, [Optional] winmdroot.Foundation.RECT* lprcClip, delegate *unmanaged[Stdcall]<global::Windows.Win32.Graphics.Gdi.HMONITOR,global::Windows.Win32.Graphics.Gdi.HDC,global::Windows.Win32.Foundation.RECT*,global::Windows.Win32.Foundation.LPARAM,global::Windows.Win32.Foundation.BOOL> lpfnEnum, winmdroot.Foundation.LPARAM dwData); 327 internal static extern unsafe winmdroot.Foundation.BOOL EnumThreadWindows(uint dwThreadId, delegate *unmanaged[Stdcall]<global::Windows.Win32.Foundation.HWND,global::Windows.Win32.Foundation.LPARAM,global::Windows.Win32.Foundation.BOOL> lpfn, winmdroot.Foundation.LPARAM lParam); 346 internal static unsafe winmdroot.Foundation.BOOL EnumWindows(delegate *unmanaged[Stdcall]<global::Windows.Win32.Foundation.HWND,global::Windows.Win32.Foundation.LPARAM,global::Windows.Win32.Foundation.BOOL> lpEnumFunc, winmdroot.Foundation.LPARAM lParam) 349 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpEnumFunc, lParam); 354 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(delegate *unmanaged[Stdcall]<global::Windows.Win32.Foundation.HWND,global::Windows.Win32.Foundation.LPARAM,global::Windows.Win32.Foundation.BOOL> lpEnumFunc, winmdroot.Foundation.LPARAM lParam); 359 internal static unsafe winmdroot.Foundation.BOOL GetClientRect(winmdroot.Foundation.HWND hWnd, out winmdroot.Foundation.RECT lpRect) 363 winmdroot.Foundation.BOOL __result = PInvokeCore.GetClientRect(hWnd, lpRectLocal); 382 internal static unsafe winmdroot.Foundation.BOOL GetClientRect(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT* lpRect) 385 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpRect); 390 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT* lpRect); 502 internal static unsafe winmdroot.Foundation.BOOL GetIconInfo(winmdroot.UI.WindowsAndMessaging.HICON hIcon, out winmdroot.UI.WindowsAndMessaging.ICONINFO piconinfo) 506 winmdroot.Foundation.BOOL __result = PInvokeCore.GetIconInfo(hIcon, piconinfoLocal); 525 internal static unsafe winmdroot.Foundation.BOOL GetIconInfo(winmdroot.UI.WindowsAndMessaging.HICON hIcon, winmdroot.UI.WindowsAndMessaging.ICONINFO* piconinfo) 528 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hIcon, piconinfo); 533 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HICON hIcon, winmdroot.UI.WindowsAndMessaging.ICONINFO* piconinfo); 538 internal static unsafe winmdroot.Foundation.BOOL GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR hMonitor, ref winmdroot.Graphics.Gdi.MONITORINFO lpmi) 542 winmdroot.Foundation.BOOL __result = PInvokeCore.GetMonitorInfo(hMonitor, lpmiLocal); 562 internal static extern unsafe winmdroot.Foundation.BOOL GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR hMonitor, winmdroot.Graphics.Gdi.MONITORINFO* lpmi); 605 internal static unsafe winmdroot.Foundation.BOOL GetWindowRect(winmdroot.Foundation.HWND hWnd, out winmdroot.Foundation.RECT lpRect) 609 winmdroot.Foundation.BOOL __result = PInvokeCore.GetWindowRect(hWnd, lpRectLocal); 631 internal static unsafe winmdroot.Foundation.BOOL GetWindowRect(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT* lpRect) 634 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpRect); 639 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT* lpRect); 732 internal static winmdroot.Foundation.BOOL DestroyCursor(winmdroot.UI.WindowsAndMessaging.HCURSOR hCursor) 735 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hCursor); 740 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HCURSOR hCursor); 862 internal static unsafe winmdroot.Foundation.BOOL PeekMessage(out winmdroot.UI.WindowsAndMessaging.MSG lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE wRemoveMsg) 866 winmdroot.Foundation.BOOL __result = PInvokeCore.PeekMessage(lpMsgLocal, hWnd, wMsgFilterMin, wMsgFilterMax, wRemoveMsg); 900 internal static extern unsafe winmdroot.Foundation.BOOL PeekMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE wRemoveMsg); 928 internal static winmdroot.Foundation.BOOL PostMessage(winmdroot.Foundation.HWND hWnd, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam) 931 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, Msg, wParam, lParam); 936 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam); 1050 internal static unsafe winmdroot.Foundation.BOOL SystemParametersInfo(winmdroot.UI.WindowsAndMessaging.SYSTEM_PARAMETERS_INFO_ACTION uiAction, uint uiParam, [Optional] void* pvParam, winmdroot.UI.WindowsAndMessaging.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS fWinIni) 1053 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(uiAction, uiParam, pvParam, fWinIni); 1058 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.SYSTEM_PARAMETERS_INFO_ACTION uiAction, uint uiParam, [Optional] void* pvParam, winmdroot.UI.WindowsAndMessaging.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS fWinIni); 1075 internal static unsafe winmdroot.Foundation.BOOL SystemParametersInfoForDpi(uint uiAction, uint uiParam, [Optional] void* pvParam, uint fWinIni, uint dpi) 1078 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(uiAction, uiParam, pvParam, fWinIni, dpi); 1083 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(uint uiAction, uint uiParam, [Optional] void* pvParam, uint fWinIni, uint dpi);
Windows.Win32.System_Com_IDataObject_Extensions.g.cs (2)
72 /// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.SetData(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*, winmdroot.Foundation.BOOL)"/> 73 internal static unsafe winmdroot.Foundation.HRESULT SetData(this winmdroot.System.Com.IDataObject.Interface @this, in winmdroot.System.Com.FORMATETC pformatetc, in winmdroot.System.Com.STGMEDIUM pmedium, winmdroot.Foundation.BOOL fRelease)
Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (3)
63 /// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.IsName(winmdroot.Foundation.PWSTR, uint, winmdroot.Foundation.BOOL*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT IsName(this winmdroot.System.Com.ITypeLib.Interface @this, ref Span<char>szNameBuf, uint lHashVal, out winmdroot.Foundation.BOOL pfName) 67 fixed (winmdroot.Foundation.BOOL* pfNameLocal = &pfName)
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (5)
106 /// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.get_KeepOriginalFormat(winmdroot.Foundation.BOOL*)"/> 107 internal static unsafe winmdroot.Foundation.HRESULT get_KeepOriginalFormat(this winmdroot.System.Ole.IPicture.Interface @this, out winmdroot.Foundation.BOOL pKeep) 109 fixed (winmdroot.Foundation.BOOL* pKeepLocal = &pKeep) 116 /// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.SaveAsFile(winmdroot.System.Com.IStream*, winmdroot.Foundation.BOOL, int*)"/> 117 internal static unsafe winmdroot.Foundation.HRESULT SaveAsFile(this winmdroot.System.Ole.IPicture.Interface @this, winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, out int pCbSize)
Windows.Win32.UI_Shell_IDataObjectAsyncCapability_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IDataObjectAsyncCapability.Interface.GetAsyncMode(winmdroot.Foundation.BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetAsyncMode(this winmdroot.UI.Shell.IDataObjectAsyncCapability.Interface @this, out winmdroot.Foundation.BOOL pfIsOpAsync) 26 fixed (winmdroot.Foundation.BOOL* pfIsOpAsyncLocal = &pfIsOpAsync) 33 /// <inheritdoc cref="winmdroot.UI.Shell.IDataObjectAsyncCapability.Interface.InOperation(winmdroot.Foundation.BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT InOperation(this winmdroot.UI.Shell.IDataObjectAsyncCapability.Interface @this, out winmdroot.Foundation.BOOL pfInAsyncOp) 36 fixed (winmdroot.Foundation.BOOL* pfInAsyncOpLocal = &pfInAsyncOp)
Windows\Win32\Foundation\BOOL.cs (4)
10public static BOOL TRUE { get; } = new(true); 12public static BOOL FALSE { get; } = new(false); 14public static bool operator true(BOOL value) => value.Value != 0; 16public static bool operator false(BOOL value) => value.Value == 0;
Windows\Win32\Foundation\LPARAM.cs (1)
13public static explicit operator LPARAM(BOOL value) => new((nint)value);
Windows\Win32\Foundation\LRESULT.cs (3)
16public static explicit operator BOOL(LRESULT value) => (BOOL)value.Value; 17public static explicit operator LRESULT(BOOL value) => new((nint)value);
Windows\Win32\Foundation\WPARAM.cs (3)
21public static explicit operator BOOL(WPARAM value) => (BOOL)(nint)value.Value; 22public static explicit operator WPARAM(BOOL value) => new((nuint)(nint)value);
Windows\Win32\Graphics\GdiPlus\GdiplusStartupInputEx.cs (2)
16result.Base.SuppressBackgroundThread = BOOL.FALSE; 17result.Base.SuppressExternalCodecs = BOOL.FALSE;
Windows\Win32\PInvokeCore.BitBlt.cs (4)
9public static BOOL BitBlt<T>( 20BOOL result = BitBlt( 35public static BOOL BitBlt<T>( 46BOOL result = BitBlt(
Windows\Win32\PInvokeCore.DragAcceptFiles.cs (2)
8/// <inheritdoc cref="DragAcceptFiles(HWND, BOOL)"/> 9public static void DragAcceptFiles<T>(T hWnd, BOOL fAccept) where T : IHandle<HWND>
Windows\Win32\PInvokeCore.DrawIcon.cs (2)
8public static BOOL DrawIcon<T>(HDC hDC, int x, int y, T hIcon) 15BOOL result = DrawIconEx(hDC, x, y, hIcon, 0, 0, DI_FLAGS.DI_NORMAL | DI_FLAGS.DI_DEFAULTSIZE);
Windows\Win32\PInvokeCore.DrawIconEx.cs (2)
9public static BOOL DrawIconEx<T>( 25BOOL result = DrawIconEx(hDC, xLeft, yTop, hIcon.Handle, cxWidth, cyWidth, 0, HBRUSH.Null, diFlags);
Windows\Win32\PInvokeCore.EnumChildWindows.cs (3)
11public delegate BOOL EnumChildWindowsCallback(HWND hWnd); 13public static unsafe BOOL EnumChildWindows<T>(T hwndParent, EnumChildWindowsCallback callback) 32private static BOOL EnumChildWindowsNativeCallback(HWND hWnd, LPARAM lParam)
Windows\Win32\PInvokeCore.EnumDisplayMonitors.cs (2)
13public static BOOL EnumDisplayMonitors(EnumDisplayMonitorsCallback callBack) 27private static BOOL EnumDisplayMonitorsNativeCallback(HMONITOR monitor, HDC hdc, RECT* lprcMonitor, LPARAM lParam)
Windows\Win32\PInvokeCore.EnumThreadWindows.cs (3)
11public delegate BOOL EnumThreadWindowsCallback(HWND hWnd); 16public static unsafe BOOL EnumCurrentThreadWindows(EnumThreadWindowsCallback callback) 33private static BOOL HandleEnumThreadWindowsNativeCallback(HWND hWnd, LPARAM lParam)
Windows\Win32\PInvokeCore.EnumWindows.cs (3)
11public delegate BOOL EnumWindowsCallback(HWND hWnd); 13public static unsafe BOOL EnumWindows(EnumWindowsCallback callback) 30private static BOOL EnumWindowsNativeCallback(HWND hWnd, LPARAM lParam)
Windows\Win32\PInvokeCore.GetClientRect.cs (2)
9public static BOOL GetClientRect<T>(T hWnd, out RECT lpRect) 12BOOL result = GetClientRect(hWnd.Handle, out lpRect);
Windows\Win32\PInvokeCore.GetWindowRect.cs (2)
9public static BOOL GetWindowRect<T>(T hWnd, out RECT lpRect) where T : IHandle<HWND> 11BOOL result = GetWindowRect(hWnd.Handle, out lpRect);
Windows\Win32\PInvokeCore.PeekMessage.cs (2)
9public static unsafe BOOL PeekMessage<T>( 17BOOL result = PeekMessage(lpMsg, hWnd.Handle, wMsgFilterMin, wMsgFilterMax, wRemoveMsg);
Windows\Win32\PInvokeCore.PostMessage.cs (2)
9public static BOOL PostMessage<T>( 16BOOL result = PostMessage(hWnd.Handle, (uint)Msg, wParam, lParam);
Windows\Win32\PInvokeCore.SystemParametersInfo.cs (1)
31BOOL nativeBool = value;
System.Private.Windows.Core.Tests (4)
System\Private\Windows\Ole\DataObjectProxy.cs (2)
51public HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) => _original->SetData(pformatetc, pmedium, fRelease); 144private static unsafe HRESULT SetData(IDataObject* @this, FORMATETC* pFormatetc, STGMEDIUM* pMedium, BOOL fRelease) =>
System\Private\Windows\Ole\NativeDataObjectMock.cs (1)
15public virtual HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) => throw new NotImplementedException();
System\Private\Windows\Ole\TestDataObject.cs (1)
121public unsafe HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) => _innerData.SetData(pformatetc, pmedium, fRelease);
System.Private.Windows.GdiPlus (139)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (138)
239 /// <inheritdoc cref="GdipAddPathPath(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Foundation.BOOL)"/> 240 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipAddPathPath(ref winmdroot.Graphics.GdiPlus.GpPath path, in winmdroot.Graphics.GdiPlus.GpPath addingPath, winmdroot.Foundation.BOOL connect) 253 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipAddPathPath(winmdroot.Graphics.GdiPlus.GpPath* path, winmdroot.Graphics.GdiPlus.GpPath* addingPath, winmdroot.Foundation.BOOL connect); 408 /// <inheritdoc cref="GdipBitmapApplyEffect(winmdroot.Graphics.GdiPlus.GpBitmap*, winmdroot.Graphics.GdiPlus.CGpEffect*, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL, void**, int*)"/> 409 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipBitmapApplyEffect(ref winmdroot.Graphics.GdiPlus.GpBitmap bitmap, ref winmdroot.Graphics.GdiPlus.CGpEffect effect, ref winmdroot.Foundation.RECT roi, winmdroot.Foundation.BOOL useAuxData, ref void* auxData, ref int auxDataSize) 431 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipBitmapApplyEffect(winmdroot.Graphics.GdiPlus.GpBitmap* bitmap, winmdroot.Graphics.GdiPlus.CGpEffect* effect, winmdroot.Foundation.RECT* roi, winmdroot.Foundation.BOOL useAuxData, void** auxData, int* auxDataSize); 834 /// <inheritdoc cref="GdipCreateAdjustableArrowCap(float, float, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap**)"/> 835 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateAdjustableArrowCap(float height, float width, winmdroot.Foundation.BOOL isFilled, ref winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap* cap) 845 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateAdjustableArrowCap(float height, float width, winmdroot.Foundation.BOOL isFilled, winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap** cap); 1227 /// <inheritdoc cref="GdipCreateLineBrushFromRectWithAngle(winmdroot.Graphics.GdiPlus.RectF*, uint, uint, float, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.WrapMode, winmdroot.Graphics.GdiPlus.GpLineGradient**)"/> 1228 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateLineBrushFromRectWithAngle(in winmdroot.Graphics.GdiPlus.RectF rect, uint color1, uint color2, float angle, winmdroot.Foundation.BOOL isAngleScalable, winmdroot.Graphics.GdiPlus.WrapMode wrapMode, ref winmdroot.Graphics.GdiPlus.GpLineGradient* lineGradient) 1241 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateLineBrushFromRectWithAngle(winmdroot.Graphics.GdiPlus.RectF* rect, uint color1, uint color2, float angle, winmdroot.Foundation.BOOL isAngleScalable, winmdroot.Graphics.GdiPlus.WrapMode wrapMode, winmdroot.Graphics.GdiPlus.GpLineGradient** lineGradient); 1307 /// <inheritdoc cref="GdipCreateMetafileFromEmf(winmdroot.Graphics.Gdi.HENHMETAFILE, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.GpMetafile**)"/> 1308 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateMetafileFromEmf(winmdroot.Graphics.Gdi.HENHMETAFILE hEmf, winmdroot.Foundation.BOOL deleteEmf, ref winmdroot.Graphics.GdiPlus.GpMetafile* metafile) 1318 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateMetafileFromEmf(winmdroot.Graphics.Gdi.HENHMETAFILE hEmf, winmdroot.Foundation.BOOL deleteEmf, winmdroot.Graphics.GdiPlus.GpMetafile** metafile); 1349 /// <inheritdoc cref="GdipCreateMetafileFromWmf(winmdroot.Graphics.Gdi.HMETAFILE, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.WmfPlaceableFileHeader*, winmdroot.Graphics.GdiPlus.GpMetafile**)"/> 1350 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateMetafileFromWmf(winmdroot.Graphics.Gdi.HMETAFILE hWmf, winmdroot.Foundation.BOOL deleteWmf, in winmdroot.Graphics.GdiPlus.WmfPlaceableFileHeader wmfPlaceableFileHeader, ref winmdroot.Graphics.GdiPlus.GpMetafile* metafile) 1363 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateMetafileFromWmf(winmdroot.Graphics.Gdi.HMETAFILE hWmf, winmdroot.Foundation.BOOL deleteWmf, winmdroot.Graphics.GdiPlus.WmfPlaceableFileHeader* wmfPlaceableFileHeader, winmdroot.Graphics.GdiPlus.GpMetafile** metafile); 3014 /// <inheritdoc cref="GdipGetAdjustableArrowCapFillState(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap*, winmdroot.Foundation.BOOL*)"/> 3015 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetAdjustableArrowCapFillState(ref winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap cap, ref winmdroot.Foundation.BOOL fillState) 3017 fixed (winmdroot.Foundation.BOOL* fillStateLocal = &fillState) 3028 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetAdjustableArrowCapFillState(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap* cap, winmdroot.Foundation.BOOL* fillState); 4000 /// <inheritdoc cref="GdipGetLineGammaCorrection(winmdroot.Graphics.GdiPlus.GpLineGradient*, winmdroot.Foundation.BOOL*)"/> 4001 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetLineGammaCorrection(ref winmdroot.Graphics.GdiPlus.GpLineGradient brush, ref winmdroot.Foundation.BOOL useGammaCorrection) 4003 fixed (winmdroot.Foundation.BOOL* useGammaCorrectionLocal = &useGammaCorrection) 4014 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetLineGammaCorrection(winmdroot.Graphics.GdiPlus.GpLineGradient* brush, winmdroot.Foundation.BOOL* useGammaCorrection); 5524 /// <inheritdoc cref="GdipInitializePalette(winmdroot.Graphics.GdiPlus.ColorPalette*, winmdroot.Graphics.GdiPlus.PaletteType, int, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.GpBitmap*)"/> 5525 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipInitializePalette(winmdroot.Graphics.GdiPlus.ColorPalette* palette, winmdroot.Graphics.GdiPlus.PaletteType palettetype, int optimalColors, winmdroot.Foundation.BOOL useTransparentColor, ref winmdroot.Graphics.GdiPlus.GpBitmap bitmap) 5535 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipInitializePalette(winmdroot.Graphics.GdiPlus.ColorPalette* palette, winmdroot.Graphics.GdiPlus.PaletteType palettetype, int optimalColors, winmdroot.Foundation.BOOL useTransparentColor, winmdroot.Graphics.GdiPlus.GpBitmap* bitmap); 5550 /// <inheritdoc cref="GdipIsClipEmpty(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5551 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsClipEmpty(ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5553 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5564 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsClipEmpty(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5566 /// <inheritdoc cref="GdipIsEmptyRegion(winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5567 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsEmptyRegion(ref winmdroot.Graphics.GdiPlus.GpRegion region, ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5569 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5583 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsEmptyRegion(winmdroot.Graphics.GdiPlus.GpRegion* region, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5585 /// <inheritdoc cref="GdipIsEqualRegion(winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5586 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsEqualRegion(ref winmdroot.Graphics.GdiPlus.GpRegion region, ref winmdroot.Graphics.GdiPlus.GpRegion region2, ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5588 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5605 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsEqualRegion(winmdroot.Graphics.GdiPlus.GpRegion* region, winmdroot.Graphics.GdiPlus.GpRegion* region2, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5607 /// <inheritdoc cref="GdipIsInfiniteRegion(winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5608 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsInfiniteRegion(ref winmdroot.Graphics.GdiPlus.GpRegion region, ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5610 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5624 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsInfiniteRegion(winmdroot.Graphics.GdiPlus.GpRegion* region, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5626 /// <inheritdoc cref="GdipIsMatrixEqual(winmdroot.Graphics.GdiPlus.Matrix*, winmdroot.Graphics.GdiPlus.Matrix*, winmdroot.Foundation.BOOL*)"/> 5627 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixEqual(in winmdroot.Graphics.GdiPlus.Matrix matrix, in winmdroot.Graphics.GdiPlus.Matrix matrix2, ref winmdroot.Foundation.BOOL result) 5629 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5643 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixEqual(winmdroot.Graphics.GdiPlus.Matrix* matrix, winmdroot.Graphics.GdiPlus.Matrix* matrix2, winmdroot.Foundation.BOOL* result); 5645 /// <inheritdoc cref="GdipIsMatrixIdentity(winmdroot.Graphics.GdiPlus.Matrix*, winmdroot.Foundation.BOOL*)"/> 5646 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixIdentity(in winmdroot.Graphics.GdiPlus.Matrix matrix, ref winmdroot.Foundation.BOOL result) 5648 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5659 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixIdentity(winmdroot.Graphics.GdiPlus.Matrix* matrix, winmdroot.Foundation.BOOL* result); 5661 /// <inheritdoc cref="GdipIsMatrixInvertible(winmdroot.Graphics.GdiPlus.Matrix*, winmdroot.Foundation.BOOL*)"/> 5662 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixInvertible(in winmdroot.Graphics.GdiPlus.Matrix matrix, ref winmdroot.Foundation.BOOL result) 5664 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5675 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixInvertible(winmdroot.Graphics.GdiPlus.Matrix* matrix, winmdroot.Foundation.BOOL* result); 5677 /// <inheritdoc cref="GdipIsOutlineVisiblePathPoint(winmdroot.Graphics.GdiPlus.GpPath*, float, float, winmdroot.Graphics.GdiPlus.GpPen*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5678 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsOutlineVisiblePathPoint(ref winmdroot.Graphics.GdiPlus.GpPath path, float x, float y, ref winmdroot.Graphics.GdiPlus.GpPen pen, ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5680 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5697 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsOutlineVisiblePathPoint(winmdroot.Graphics.GdiPlus.GpPath* path, float x, float y, winmdroot.Graphics.GdiPlus.GpPen* pen, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5699 /// <inheritdoc cref="GdipIsStyleAvailable(winmdroot.Graphics.GdiPlus.GpFontFamily*, int, winmdroot.Foundation.BOOL*)"/> 5700 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsStyleAvailable(in winmdroot.Graphics.GdiPlus.GpFontFamily family, int style, ref winmdroot.Foundation.BOOL IsStyleAvailable) 5702 fixed (winmdroot.Foundation.BOOL* IsStyleAvailableLocal = &IsStyleAvailable) 5713 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsStyleAvailable(winmdroot.Graphics.GdiPlus.GpFontFamily* family, int style, winmdroot.Foundation.BOOL* IsStyleAvailable); 5715 /// <inheritdoc cref="GdipIsVisibleClipEmpty(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5716 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleClipEmpty(ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5718 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5729 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleClipEmpty(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5731 /// <inheritdoc cref="GdipIsVisiblePathPoint(winmdroot.Graphics.GdiPlus.GpPath*, float, float, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5732 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisiblePathPoint(ref winmdroot.Graphics.GdiPlus.GpPath path, float x, float y, ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5734 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5748 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisiblePathPoint(winmdroot.Graphics.GdiPlus.GpPath* path, float x, float y, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5750 /// <inheritdoc cref="GdipIsVisiblePoint(winmdroot.Graphics.GdiPlus.GpGraphics*, float, float, winmdroot.Foundation.BOOL*)"/> 5751 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisiblePoint(ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, float x, float y, ref winmdroot.Foundation.BOOL result) 5753 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5764 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisiblePoint(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, float x, float y, winmdroot.Foundation.BOOL* result); 5766 /// <inheritdoc cref="GdipIsVisibleRect(winmdroot.Graphics.GdiPlus.GpGraphics*, float, float, float, float, winmdroot.Foundation.BOOL*)"/> 5767 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleRect(ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, float x, float y, float width, float height, ref winmdroot.Foundation.BOOL result) 5769 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5780 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleRect(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, float x, float y, float width, float height, winmdroot.Foundation.BOOL* result); 5782 /// <inheritdoc cref="GdipIsVisibleRegionPoint(winmdroot.Graphics.GdiPlus.GpRegion*, float, float, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5783 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleRegionPoint(ref winmdroot.Graphics.GdiPlus.GpRegion region, float x, float y, ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5785 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5799 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleRegionPoint(winmdroot.Graphics.GdiPlus.GpRegion* region, float x, float y, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5801 /// <inheritdoc cref="GdipIsVisibleRegionRect(winmdroot.Graphics.GdiPlus.GpRegion*, float, float, float, float, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5802 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleRegionRect(ref winmdroot.Graphics.GdiPlus.GpRegion region, float x, float y, float width, float height, ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5804 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5818 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleRegionRect(winmdroot.Graphics.GdiPlus.GpRegion* region, float x, float y, float width, float height, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 6139 /// <inheritdoc cref="GdipPathIterHasCurve(winmdroot.Graphics.GdiPlus.GpPathIterator*, winmdroot.Foundation.BOOL*)"/> 6140 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterHasCurve(ref winmdroot.Graphics.GdiPlus.GpPathIterator iterator, ref winmdroot.Foundation.BOOL hasCurve) 6142 fixed (winmdroot.Foundation.BOOL* hasCurveLocal = &hasCurve) 6153 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterHasCurve(winmdroot.Graphics.GdiPlus.GpPathIterator* iterator, winmdroot.Foundation.BOOL* hasCurve); 6155 /// <inheritdoc cref="GdipPathIterIsValid(winmdroot.Graphics.GdiPlus.GpPathIterator*, winmdroot.Foundation.BOOL*)"/> 6156 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterIsValid(ref winmdroot.Graphics.GdiPlus.GpPathIterator iterator, ref winmdroot.Foundation.BOOL valid) 6158 fixed (winmdroot.Foundation.BOOL* validLocal = &valid) 6169 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterIsValid(winmdroot.Graphics.GdiPlus.GpPathIterator* iterator, winmdroot.Foundation.BOOL* valid); 6237 /// <inheritdoc cref="GdipPathIterNextSubpath(winmdroot.Graphics.GdiPlus.GpPathIterator*, int*, int*, int*, winmdroot.Foundation.BOOL*)"/> 6238 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterNextSubpath(ref winmdroot.Graphics.GdiPlus.GpPathIterator iterator, ref int resultCount, ref int startIndex, ref int endIndex, ref winmdroot.Foundation.BOOL isClosed) 6240 fixed (winmdroot.Foundation.BOOL* isClosedLocal = &isClosed) 6260 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterNextSubpath(winmdroot.Graphics.GdiPlus.GpPathIterator* iterator, int* resultCount, int* startIndex, int* endIndex, winmdroot.Foundation.BOOL* isClosed); 6262 /// <inheritdoc cref="GdipPathIterNextSubpathPath(winmdroot.Graphics.GdiPlus.GpPathIterator*, int*, winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Foundation.BOOL*)"/> 6263 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterNextSubpathPath(ref winmdroot.Graphics.GdiPlus.GpPathIterator iterator, ref int resultCount, ref winmdroot.Graphics.GdiPlus.GpPath path, ref winmdroot.Foundation.BOOL isClosed) 6265 fixed (winmdroot.Foundation.BOOL* isClosedLocal = &isClosed) 6282 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterNextSubpathPath(winmdroot.Graphics.GdiPlus.GpPathIterator* iterator, int* resultCount, winmdroot.Graphics.GdiPlus.GpPath* path, winmdroot.Foundation.BOOL* isClosed); 6781 /// <inheritdoc cref="GdipSetAdjustableArrowCapFillState(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap*, winmdroot.Foundation.BOOL)"/> 6782 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetAdjustableArrowCapFillState(ref winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap cap, winmdroot.Foundation.BOOL fillState) 6792 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetAdjustableArrowCapFillState(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap* cap, winmdroot.Foundation.BOOL fillState); 7011 /// <inheritdoc cref="GdipSetImageAttributesColorKeys(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, uint, uint)"/> 7012 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesColorKeys(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, uint colorLow, uint colorHigh) 7022 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesColorKeys(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, uint colorLow, uint colorHigh); 7024 /// <inheritdoc cref="GdipSetImageAttributesColorMatrix(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.ColorMatrix*, winmdroot.Graphics.GdiPlus.ColorMatrix*, winmdroot.Graphics.GdiPlus.ColorMatrixFlags)"/> 7025 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesColorMatrix(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, in winmdroot.Graphics.GdiPlus.ColorMatrix colorMatrix, in winmdroot.Graphics.GdiPlus.ColorMatrix grayMatrix, winmdroot.Graphics.GdiPlus.ColorMatrixFlags flags) 7041 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesColorMatrix(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, winmdroot.Graphics.GdiPlus.ColorMatrix* colorMatrix, winmdroot.Graphics.GdiPlus.ColorMatrix* grayMatrix, winmdroot.Graphics.GdiPlus.ColorMatrixFlags flags); 7043 /// <inheritdoc cref="GdipSetImageAttributesGamma(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, float)"/> 7044 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesGamma(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, float gamma) 7054 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesGamma(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, float gamma); 7056 /// <inheritdoc cref="GdipSetImageAttributesNoOp(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL)"/> 7057 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesNoOp(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag) 7067 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesNoOp(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag); 7069 /// <inheritdoc cref="GdipSetImageAttributesOutputChannel(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.ColorChannelFlags)"/> 7070 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesOutputChannel(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, winmdroot.Graphics.GdiPlus.ColorChannelFlags channelFlags) 7080 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesOutputChannel(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, winmdroot.Graphics.GdiPlus.ColorChannelFlags channelFlags); 7082 /// <inheritdoc cref="GdipSetImageAttributesOutputChannelColorProfile(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, winmdroot.Foundation.PCWSTR)"/> 7083 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesOutputChannelColorProfile(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, string colorProfileFilename) 7096 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesOutputChannelColorProfile(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, winmdroot.Foundation.PCWSTR colorProfileFilename); 7098 /// <inheritdoc cref="GdipSetImageAttributesRemapTable(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, uint, winmdroot.Graphics.GdiPlus.ColorMap*)"/> 7099 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesRemapTable(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, uint mapSize, in winmdroot.Graphics.GdiPlus.ColorMap map) 7112 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesRemapTable(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, uint mapSize, winmdroot.Graphics.GdiPlus.ColorMap* map); 7114 /// <inheritdoc cref="GdipSetImageAttributesThreshold(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, float)"/> 7115 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesThreshold(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, float threshold) 7125 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesThreshold(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, float threshold); 7127 /// <inheritdoc cref="GdipSetImageAttributesWrapMode(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.WrapMode, uint, winmdroot.Foundation.BOOL)"/> 7128 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesWrapMode(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageAttr, winmdroot.Graphics.GdiPlus.WrapMode wrap, uint argb, winmdroot.Foundation.BOOL clamp) 7138 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesWrapMode(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageAttr, winmdroot.Graphics.GdiPlus.WrapMode wrap, uint argb, winmdroot.Foundation.BOOL clamp); 7211 /// <inheritdoc cref="GdipSetLineGammaCorrection(winmdroot.Graphics.GdiPlus.GpLineGradient*, winmdroot.Foundation.BOOL)"/> 7212 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetLineGammaCorrection(ref winmdroot.Graphics.GdiPlus.GpLineGradient brush, winmdroot.Foundation.BOOL useGammaCorrection) 7222 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetLineGammaCorrection(winmdroot.Graphics.GdiPlus.GpLineGradient* brush, winmdroot.Foundation.BOOL useGammaCorrection);
Windows\Win32\Graphics\GdiPlus\GpRegionExtensions.cs (1)
33BOOL isInfinite;
System.Windows.Forms (209)
System\Windows\Forms\Accessibility\AccessibleObject.cs (15)
807internal virtual HRESULT GetTextCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal) => HRESULT.E_NOTIMPL; 1362HRESULT ITextProvider2.Interface.GetCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal) => GetTextCaretRange(isActive, pRetVal); 1384HRESULT IValueProvider.Interface.get_IsReadOnly(BOOL* pRetVal) 2558/// <inheritdoc cref="IOleWindow.ContextSensitiveHelp(BOOL)"/> 2562HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode) 3068HRESULT IRangeValueProvider.Interface.get_IsReadOnly(BOOL* pRetVal) 3138HRESULT ISelectionProvider.Interface.get_CanSelectMultiple(BOOL* pRetVal) 3145*pRetVal = CanSelectMultiple ? BOOL.TRUE : BOOL.FALSE; 3149HRESULT ISelectionProvider.Interface.get_IsSelectionRequired(BOOL* pRetVal) 3156*pRetVal = IsSelectionRequired ? BOOL.TRUE : BOOL.FALSE; 3178HRESULT ISelectionItemProvider.Interface.get_IsSelected(BOOL* pRetVal) 3185*pRetVal = IsItemSelected ? BOOL.TRUE : BOOL.FALSE;
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
100internal override HRESULT GetTextCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
72public override HRESULT GetCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (5)
605HRESULT IOleContainer.Interface.LockContainer(BOOL fLock) => HRESULT.E_NOTIMPL; 619HRESULT IOleInPlaceFrame.Interface.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.S_OK; 707HRESULT IOleInPlaceFrame.Interface.EnableModeless(BOOL fEnable) => HRESULT.E_NOTIMPL; 714HRESULT IOleInPlaceUIWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode) 732HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (5)
141public BOOL Enabled 143get => GetControl()?.Enabled ?? BOOL.FALSE; 213public BOOL TabStop 215get => GetControl()?.TabStop ?? BOOL.FALSE; 237public BOOL Visible
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (6)
144HRESULT IOleControlSite.Interface.LockInPlaceActive(BOOL fLock) => HRESULT.E_NOTIMPL; 241HRESULT IOleControlSite.Interface.OnFocus(BOOL fGotFocus) => HRESULT.S_OK; 326HRESULT IOleClientSite.Interface.OnShowWindow(BOOL fShow) => HRESULT.S_OK; 335HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode) 349HRESULT IOleInPlaceSite.Interface.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL; 410HRESULT IOleInPlaceSite.Interface.OnUIDeactivate(BOOL fUndoable)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (11)
1310/// <inheritdoc cref="IOleInPlaceActiveObject.OnDocWindowActivate(BOOL)"/> 1311internal void OnDocWindowActivate(BOOL fActivate) 1457/// <inheritdoc cref="IPersistStorage.Save(IStorage*, BOOL)"/> 1458internal HRESULT Save(IStorage* storage, BOOL fSameAsLoad) 1478/// <inheritdoc cref="IPersistStreamInit.Save(IStream*, BOOL)"/> 1479internal void Save(IStream* stream, BOOL fClearDirty) 1490/// <inheritdoc cref="IPersistPropertyBag.Save(IPropertyBag*, BOOL, BOOL)"/> 1491internal void Save(IPropertyBag* propertyBag, BOOL clearDirty, BOOL saveAllProperties) 1960inPlaceSite.Value->OnUIDeactivate(fUndoable: BOOL.FALSE);
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (26)
75/// <inheritdoc cref="IOleControl.FreezeEvents(BOOL)"/> 76HRESULT IOleControl.Interface.FreezeEvents(BOOL bFreeze) 87/// <inheritdoc cref="IOleWindow.ContextSensitiveHelp(BOOL)"/> 88HRESULT IOleInPlaceActiveObject.Interface.ContextSensitiveHelp(BOOL fEnterMode) 95/// <inheritdoc cref="IOleInPlaceActiveObject.OnFrameWindowActivate(BOOL)"/> 96HRESULT IOleInPlaceActiveObject.Interface.OnFrameWindowActivate(BOOL fActivate) 102/// <inheritdoc cref="IOleInPlaceActiveObject.OnDocWindowActivate(BOOL)"/> 103HRESULT IOleInPlaceActiveObject.Interface.OnDocWindowActivate(BOOL fActivate) 109/// <inheritdoc cref="IOleInPlaceActiveObject.ResizeBorder(RECT*, IOleInPlaceUIWindow*, BOOL)"/> 110HRESULT IOleInPlaceActiveObject.Interface.ResizeBorder(RECT* prcBorder, IOleInPlaceUIWindow* pUIWindow, BOOL fFrameWindow) => 113/// <inheritdoc cref="IOleInPlaceActiveObject.EnableModeless(BOOL)"/> 114HRESULT IOleInPlaceActiveObject.Interface.EnableModeless(BOOL fEnable) => HRESULT.E_NOTIMPL; 119/// <inheritdoc cref="IOleWindow.ContextSensitiveHelp(BOOL)"/> 120HRESULT IOleInPlaceObject.Interface.ContextSensitiveHelp(BOOL fEnterMode) 189/// <inheritdoc cref="IOleObject.InitFromData(ComIDataObject*, BOOL, uint)"/> 190HRESULT IOleObject.Interface.InitFromData(ComIDataObject* pDataObject, BOOL fCreation, uint dwReserved) => 350/// <inheritdoc cref="IOleWindow.ContextSensitiveHelp(BOOL)"/> 351HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode) 387/// <inheritdoc cref="IPersistPropertyBag.Save(IPropertyBag*, BOOL, BOOL)"/> 388HRESULT IPersistPropertyBag.Interface.Save(IPropertyBag* pPropBag, BOOL fClearDirty, BOOL fSaveAllProperties) 423/// <inheritdoc cref="IPersistStorage.Save(IStorage*, BOOL)"/> 424HRESULT IPersistStorage.Interface.Save(IStorage* pStgSave, BOOL fSameAsLoad) 467/// <inheritdoc cref="IPersistStreamInit.Save(IStream*, BOOL)"/> 468HRESULT IPersistStreamInit.Interface.Save(IStream* pStm, BOOL fClearDirty)
System\Windows\Forms\Application.ComponentManager.cs (15)
52BOOL IMsoComponentManager.Interface.FDebugMessage( 61BOOL IMsoComponentManager.Interface.FRegisterComponent( 91BOOL IMsoComponentManager.Interface.FRevokeComponent(nuint dwComponentID) 112BOOL IMsoComponentManager.Interface.FUpdateComponentRegistration( 127BOOL IMsoComponentManager.Interface.FOnComponentActivate(nuint dwComponentID) 138BOOL IMsoComponentManager.Interface.FSetTrackingComponent(nuint dwComponentID, BOOL fTrack) 172BOOL IMsoComponentManager.Interface.FOnComponentExitState( 194BOOL IMsoComponentManager.Interface.FInState(msocstate uStateID, void* pvoid) 197BOOL IMsoComponentManager.Interface.FContinueIdle() 204BOOL IMsoComponentManager.Interface.FPushMessageLoop( 211BOOL continueLoop = true; 326BOOL IMsoComponentManager.Interface.FCreateSubComponentManager( 341BOOL IMsoComponentManager.Interface.FGetParentComponentManager(IMsoComponentManager** ppicm) 352BOOL IMsoComponentManager.Interface.FGetActiveComponent(
System\Windows\Forms\Application.ComponentThreadContext.cs (10)
356BOOL IMsoComponent.Interface.FDebugMessage(nint hInst, uint msg, WPARAM wparam, LPARAM lparam) 359BOOL IMsoComponent.Interface.FPreTranslateMessage(MSG* msg) 362void IMsoComponent.Interface.OnEnterState(msocstate uStateID, BOOL fEnter) 384void IMsoComponent.Interface.OnAppActivate(BOOL fActive, uint dwOtherThreadID) 394BOOL fSameComponent, 396BOOL fHostIsActivating, 402BOOL IMsoComponent.Interface.FDoIdle(msoidlef grfidlef) 408BOOL IMsoComponent.Interface.FContinueMessageLoop( 466BOOL IMsoComponent.Interface.FQueryTerminate(BOOL fPromptUser) => true;
System\Windows\Forms\Application.cs (2)
733private static unsafe BOOL SendThemeChanged(HWND hwnd) 758private static BOOL SendThemeChangedRecursive(HWND handle)
System\Windows\Forms\Application.LightThreadContext.cs (3)
28public BOOL FContinueMessageLoop( 76private BOOL FPushMessageLoop(msoloop uReason) 78BOOL continueLoop = true;
System\Windows\Forms\Application.ThreadWindows.cs (1)
28private BOOL Callback(HWND hwnd)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (8)
21BOOL hide = false; 87BOOL hide = sender.Attributes[typeof(BrowsableAttribute)] is Attribute browsableAttribute 99BOOL display = false; 117BOOL canReset = e.Value; 153BOOL readOnly = false; 174BOOL result; 192BOOL canReset = false; 210BOOL isDefault = true;
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
102BOOL own = false;
System\Windows\Forms\Control.cs (7)
4391PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 4726BOOL result = PInvokeCore.PeekMessage( 5086PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true); 10530BOOL value = darkModeEnabled; 10536(uint)sizeof(BOOL)).AssertSuccess(); 10717private void SetWindowFont() => PInvokeCore.SendMessage(this, PInvokeCore.WM_SETFONT, (WPARAM)FontHandle, (LPARAM)(BOOL)false); 11731m.ResultInternal = (LRESULT)(BOOL)e.Handled;
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1192PInvokeCore.SendMessage(this, PInvoke.BM_SETSTATE, (WPARAM)(BOOL)true); 1220PInvokeCore.SendMessage(this, PInvoke.BM_SETSTATE, (WPARAM)(BOOL)false);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
163PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(BOOL)value); 347PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(BOOL)_isChecked);
System\Windows\Forms\Controls\ComboBox\ComboBox.ACNativeWindow.cs (1)
26private static BOOL RegisterACWindowRecursive(HWND handle)
System\Windows\Forms\Controls\ComboBox\ComboBox.AutoCompleteDropDownFinder.cs (1)
37private unsafe BOOL Callback(HWND hwnd)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
121internal override unsafe HRESULT GetTextCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
118public override HRESULT GetCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.EnumChildren.cs (1)
12public BOOL enumChildren(HWND hwnd)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
252PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 261PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1641PInvokeCore.SendMessage(this, PInvoke.LB_SETSEL, (WPARAM)(BOOL)value, (LPARAM)index);
System\Windows\Forms\Controls\ListView\ListView.cs (4)
5852int retval = (int)PInvokeCore.SendMessage(this, PInvoke.LVM_ENABLEGROUPVIEW, (WPARAM)(BOOL)GroupsEnabled); 6491m.ResultInternal = (LRESULT)(nint)(BOOL)cancelEdit; 6543m.ResultInternal = (LRESULT)(nint)(BOOL)!e.CancelEdit; 6603m.ResultInternal = (LRESULT)(nint)(BOOL)(e.NewValue == oldState);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
71BOOL setOldCursorPos = PInvoke.GetPhysicalCursorPos(out Point previousPosition);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
252PInvokeCore.SendMessage(this, PInvoke.PBM_SETMARQUEE, (WPARAM)(BOOL)false, (LPARAM)_marqueeAnimationSpeed); 256PInvokeCore.SendMessage(this, PInvoke.PBM_SETMARQUEE, (WPARAM)(BOOL)true, (LPARAM)_marqueeAnimationSpeed);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
596PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 609PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true); 4270m.ResultInternal = (LRESULT)(nint)(BOOL)CanUndo; 4281m.ResultInternal = (LRESULT)(nint)(BOOL)CanCut; 4293m.ResultInternal = (LRESULT)(nint)(BOOL)CanCopy; 4305m.ResultInternal = (LRESULT)(nint)(BOOL)CanPaste;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
343PInvokeCore.SendMessage(this, PInvokeCore.EM_AUTOURLDETECT, (WPARAM)(BOOL)(value));
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (5)
61public HRESULT ShowContainerUI(BOOL fShow) => HRESULT.S_OK; 67/// <inheritdoc cref="IRichEditOleCallback.QueryAcceptData(Com.IDataObject*, ushort*, RECO_FLAGS, BOOL, HGLOBAL)"/> 68public HRESULT QueryAcceptData(Com.IDataObject* lpdataobj, ushort* lpcfFormat, RECO_FLAGS reco, BOOL fReally, HGLOBAL hMetaPict) 188public HRESULT ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL; 192public HRESULT GetDragDropEffect(BOOL fDrag, MODIFIERKEYS_FLAGS grfKeyState, DROPEFFECT* pdwEffect)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1793private BOOL StyleChildren(HWND handle) =>
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
689PInvokeCore.SendMessage(this, PInvokeCore.EM_SETMODIFY, (WPARAM)(BOOL)value); 937PInvokeCore.SendMessage(this, PInvokeCore.EM_SETREADONLY, (WPARAM)(BOOL)value); 1387PInvokeCore.SendMessage(this, PInvokeCore.EM_SETMODIFY, (WPARAM)(BOOL)true);
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
115internal override HRESULT GetTextCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
156public override HRESULT GetCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1984PInvokeCore.SendMessage(activeWindow, PInvokeCore.WM_NCACTIVATE, (WPARAM)(BOOL)true, (LPARAM)(-1));
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (7)
438PInvokeCore.SendMessage(this, PInvoke.TBM_SETRANGEMAX, (WPARAM)(BOOL)true, (LPARAM)_maximum); 799Debug.Assert((bool)(BOOL)lresult); 862PInvokeCore.SendMessage(this, PInvoke.TBM_SETRANGEMIN, (WPARAM)(BOOL)false, (LPARAM)_minimum); 863PInvokeCore.SendMessage(this, PInvoke.TBM_SETRANGEMAX, (WPARAM)(BOOL)false, (LPARAM)_maximum); 1061PInvokeCore.SendMessage(this, PInvoke.TBM_SETRANGEMIN, (WPARAM)(BOOL)false, (LPARAM)_minimum); 1062PInvokeCore.SendMessage(this, PInvoke.TBM_SETRANGEMAX, (WPARAM)(BOOL)true, (LPARAM)_maximum); 1120PInvokeCore.SendMessage(this, PInvoke.TBM_SETPOS, (WPARAM)(BOOL)true, (LPARAM)reflectedValue);
System\Windows\Forms\Controls\TreeView\TreeNode.cs (3)
1592PInvokeCore.SendMessage(tv, PInvoke.TVM_ENDEDITLABELNOW, (WPARAM)(BOOL)cancel); 1882PInvokeCore.SendMessage(tv, PInvoke.TVM_ENDEDITLABELNOW, (WPARAM)(BOOL)false); 1907PInvokeCore.SendMessage(tv, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true);
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
1599PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 1602PInvokeCore.PostMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true); 1606PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true); 2919PInvokeCore.SendMessage(tooltipHandle, PInvoke.TTM_ADJUSTRECT, (WPARAM)(BOOL)true, ref bounds);
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (4)
92HRESULT IDocHostUIHandler.EnableModeless(BOOL fEnable) 117HRESULT IDocHostUIHandler.OnDocWindowActivate(BOOL fActivate) 122HRESULT IDocHostUIHandler.OnFrameWindowActivate(BOOL fActivate) 127unsafe HRESULT IDocHostUIHandler.ResizeBorder(RECT* rect, IOleInPlaceUIWindow.Interface doc, BOOL fFrameWindow)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (5)
66HRESULT IOleContainer.Interface.LockContainer(BOOL fLock) => HRESULT.E_NOTIMPL; 80HRESULT IOleInPlaceFrame.Interface.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.S_OK; 149HRESULT IOleInPlaceFrame.Interface.EnableModeless(BOOL fEnable) => HRESULT.E_NOTIMPL; 417HRESULT IOleInPlaceUIWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode) 435HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (6)
69HRESULT IOleControlSite.Interface.LockInPlaceActive(BOOL fLock) => HRESULT.E_NOTIMPL; 154HRESULT IOleControlSite.Interface.OnFocus(BOOL fGotFocus) => HRESULT.S_OK; 209HRESULT IOleClientSite.Interface.OnShowWindow(BOOL fShow) => HRESULT.S_OK; 225HRESULT IOleInPlaceSite.Interface.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL; 279HRESULT IOleInPlaceSite.Interface.OnUIDeactivate(BOOL fUndoable) 421HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (3)
498PInvokeCore.SendMessage(hwnd, PInvoke.BFFM_SETEXPANDED, (WPARAM)(BOOL)true, instance._initialDirectory); 504PInvokeCore.SendMessage(hwnd, PInvoke.BFFM_SETSELECTIONW, (WPARAM)(BOOL)true, instance.SelectedPath); 518PInvokeCore.SendMessage(hwnd, PInvoke.BFFM_ENABLEOK, 0, (nint)(BOOL)isFileSystemFolder);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (8)
598BOOL dummyVerificationFlag; 740(WPARAM)(BOOL)marqueeProgressBar); 756(WPARAM)(BOOL)enableMarquee, 809(WPARAM)(BOOL)isChecked, 810(LPARAM)(BOOL)focus); 815(LPARAM)(BOOL)requiresElevation); 820(LPARAM)(BOOL)enable); 825(LPARAM)(BOOL)enable);
System\Windows\Forms\Form.cs (3)
2184PInvokeCore.SendMessage(this, PInvokeCore.WM_SHOWWINDOW, (WPARAM)(BOOL)value); 6141BOOL result; 6762m.ResultInternal = (LRESULT)(BOOL)!e.Cancel;
System\Windows\Forms\Form.EnumThreadWindowsCallback.cs (1)
23internal BOOL Callback(HWND hwnd)
System\Windows\Forms\OLE\DataObject.cs (1)
344HRESULT Com.IDataObject.Interface.SetData(Com.FORMATETC* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease) =>
System\Windows\Forms\OLE\DropSource.cs (1)
32public HRESULT QueryContinueDrag(BOOL fEscapePressed, MODIFIERKEYS_FLAGS grfKeyState)
System\Windows\Forms\OLE\DropTarget.cs (1)
204&& asyncCapability->GetAsyncMode(out BOOL isAsync).Succeeded
System\Windows\Forms\Printing\PrintDialog.cs (1)
295BOOL result = RuntimeInformation.ProcessArchitecture == Architecture.X86
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (2)
209BOOL IScrollProvider.Interface.HorizontallyScrollable => 212BOOL IScrollProvider.Interface.VerticallyScrollable =>
System\Windows\Forms\ToolTip\ToolTip.cs (3)
117PInvokeCore.SendMessage(this, PInvoke.TTM_ACTIVATE, (WPARAM)(BOOL)value); 771PInvokeCore.SendMessage(this, PInvoke.TTM_ACTIVATE, (WPARAM)(BOOL)_active); 2073PInvokeCore.SendMessage(this, PInvoke.TTM_ADJUSTRECT, (WPARAM)(BOOL)true, ref rect);
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
481_lastHResult = PInvoke.GetThemeBool(HTHEME, Part, State, (THEME_PROPERTY_SYMBOL_ID)prop, out BOOL value);
System.Windows.Forms.Design (19)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (4)
56public HRESULT ShowContainerUI(BOOL fShow) 93public HRESULT QueryAcceptData(Com.IDataObject* lpdataobj, ushort* lpcfFormat, RECO_FLAGS reco, BOOL fReally, HGLOBAL hMetaPict) 126public HRESULT ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL; 130public unsafe HRESULT GetDragDropEffect(BOOL fDrag, MODIFIERKEYS_FLAGS grfKeyState, DROPEFFECT* pdwEffect)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (1)
120BOOL success = false;
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
647PInvokeCore.SendMessage(control, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 833PInvokeCore.SendMessage(control, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true);
System\Windows\Forms\Design\DesignerFrame.cs (1)
90PInvokeCore.SendMessage(_designer, PInvokeCore.WM_NCACTIVATE, (WPARAM)(BOOL)focus);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1054PInvokeCore.SendMessage(control, PInvokeCore.WM_NCACTIVATE, (WPARAM)(BOOL)false);
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
400PInvokeCore.SendMessage(control, PInvokeCore.WM_NCACTIVATE, (WPARAM)(BOOL)true); 412PInvokeCore.SendMessage(control, PInvokeCore.WM_NCACTIVATE, (WPARAM)(BOOL)false);
System\Windows\Forms\Design\MaskDesignerDialog.cs (2)
501PInvokeCore.SendMessage(_listViewCannedMasks, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 535PInvokeCore.SendMessage(_listViewCannedMasks, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true);
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
755PInvokeCore.SendMessage(oldDesignerControl, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 803PInvokeCore.SendMessage(oldDesignerControl, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true);
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
880PInvokeCore.SendMessage(baseComponent, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 882PInvokeCore.SendMessage(baseComponent, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true); 960PInvokeCore.SendMessage(baseComponent, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 962PInvokeCore.SendMessage(baseComponent, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true);
System.Windows.Forms.Interop.Tests (16)
AccessibleObjectTests.cs (15)
84AssertSuccess(Test_IRawElementProviderSimpleGetPatternProvider(o, (UIA_PATTERN_ID)patternId, (BOOL)expected)); 470AssertSuccess(Test_IOleWindowContextSensitiveHelp(o, (BOOL)fEnterMode, HRESULT.S_OK)); 482AssertSuccess(Test_IOleWindowContextSensitiveHelp(o, (BOOL)fEnterMode, HRESULT.S_OK)); 495AssertSuccess(Test_IOleWindowContextSensitiveHelp(o, (BOOL)fEnterMode, HRESULT.S_OK)); 807BOOL expected); 818BOOL expected); 829BOOL expected); 905BOOL expected); 1018BOOL fEnterMode, 1083BOOL expected); 1098BOOL expected); 1103BOOL expected); 1108BOOL expected); 1113BOOL expected); 1118BOOL expected);
RichTextBoxTests.cs (1)
56Assert.Equal(BOOL.TRUE, value.fProtected);
System.Windows.Forms.Primitives (1239)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (4)
46BOOL fEnable); 50BOOL fActivate); 54BOOL fActivate); 60BOOL fFrameWindow);
Interop\Richedit\Interop.ENDROPFILES.cs (1)
16public BOOL fProtected;
Microsoft\Office\IMsoComponent.cs (70)
35internal delegate* unmanaged[Stdcall]<IMsoComponent*, nint, uint, WPARAM, LPARAM, BOOL> FDebugMessage_4; 36internal delegate* unmanaged[Stdcall]<IMsoComponent*, MSG*, BOOL> FPreTranslateMessage_5; 37internal delegate* unmanaged[Stdcall]<IMsoComponent*, msocstate, BOOL, void> OnEnterState_6; 38internal delegate* unmanaged[Stdcall]<IMsoComponent*, BOOL, uint, void> OnAppActivate_7; 40internal delegate* unmanaged[Stdcall]<IMsoComponent*, IMsoComponent*, BOOL, MSOCRINFO*, BOOL, nint, uint, void> OnActivationChange_9; 41internal delegate* unmanaged[Stdcall]<IMsoComponent*, msoidlef, BOOL> FDoIdle_10; 42internal delegate* unmanaged[Stdcall]<IMsoComponent*, msoloop, void*, MSG*, BOOL> FContinueMessageLoop_11; 43internal delegate* unmanaged[Stdcall]<IMsoComponent*, BOOL, BOOL> FQueryTerminate_12; 50private static BOOL FDebugMessage(IMsoComponent* @this, nint hInst, uint msg, WPARAM wParam, LPARAM lParam) 51=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FDebugMessage(hInst, msg, wParam, lParam)); 54private static BOOL FPreTranslateMessage(IMsoComponent* @this, MSG* msg) 55=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FPreTranslateMessage(msg)); 58private static void OnEnterState(IMsoComponent* @this, msocstate uStateID, BOOL fEnter) 62private static void OnAppActivate(IMsoComponent* @this, BOOL fActive, uint dwOtherThreadID) 73BOOL fSameComponent, 75BOOL fHostIsActivating, 83private static BOOL FDoIdle(IMsoComponent* @this, msoidlef grfidlef) 84=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FDoIdle(grfidlef)); 87private static BOOL FContinueMessageLoop(IMsoComponent* @this, msoloop uReason, void* pvLoopData, MSG* pMsgPeeked) 88=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FContinueMessageLoop(uReason, pvLoopData, pMsgPeeked)); 91private static BOOL FQueryTerminate(IMsoComponent* @this, BOOL fPromptUser) 92=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FQueryTerminate(fPromptUser)); 146public BOOL FDebugMessage(nint hInst, uint msg, WPARAM wParam, LPARAM lParam) 149return ((delegate* unmanaged[Stdcall]<IMsoComponent*, nint, uint, WPARAM, LPARAM, BOOL>)_lpVtbl[3])( 154public BOOL FPreTranslateMessage(MSG* msg) 157return ((delegate* unmanaged[Stdcall]<IMsoComponent*, MSG*, BOOL>)_lpVtbl[4])(pThis, msg); 160/// <inheritdoc cref="Interface.OnEnterState(msocstate, BOOL)"/> 161public void OnEnterState(msocstate uStateID, BOOL fEnter) 164((delegate* unmanaged[Stdcall]<IMsoComponent*, msocstate, BOOL, void>)_lpVtbl[5])(pThis, uStateID, fEnter); 167/// <inheritdoc cref="Interface.OnAppActivate(BOOL, uint)"/> 168public void OnAppActivate(BOOL fActive, uint dwOtherThreadID) 171((delegate* unmanaged[Stdcall]<IMsoComponent*, BOOL, uint, void>)_lpVtbl[6])(pThis, fActive, dwOtherThreadID); 181/// <inheritdoc cref="Interface.OnActivationChange(IMsoComponent*, BOOL, MSOCRINFO*, BOOL, nint, uint)"/> 182public void OnActivationChange(IMsoComponent* pic, BOOL fSameComponent, MSOCRINFO* pcrinfo, BOOL fHostIsActivating, nint pchostinfo, uint dwReserved) 185((delegate* unmanaged[Stdcall]<IMsoComponent*, IMsoComponent*, BOOL, MSOCRINFO*, BOOL, nint, uint, void>)_lpVtbl[8]) 190public BOOL FDoIdle(msoidlef grfidlef) 193return ((delegate* unmanaged[Stdcall]<IMsoComponent*, msoidlef, BOOL>)_lpVtbl[9])(pThis, grfidlef); 197public BOOL FContinueMessageLoop(msoloop uReason, void* pvLoopData, MSG* pMsgPeeked) 200return ((delegate* unmanaged[Stdcall]<IMsoComponent*, msoloop, void*, MSG*, BOOL>)_lpVtbl[10]) 204/// <inheritdoc cref="Interface.FQueryTerminate(BOOL)"/> 205public BOOL FQueryTerminate(BOOL fPromptUser) 208return ((delegate* unmanaged[Stdcall]<IMsoComponent*, BOOL, BOOL>)_lpVtbl[11])(pThis, fPromptUser); 261/// <returns><see cref="BOOL.TRUE"/></returns> 263BOOL FDebugMessage( 275/// Return <see cref="BOOL.TRUE"/> if the message is consumed, 276/// <see cref="BOOL.FALSE"/> otherwise. 279BOOL FPreTranslateMessage(MSG* msg); 303BOOL fEnter); 315/// If <see cref="BOOL.TRUE"/>, the host app is being activated and <paramref name="dwOtherThreadID"/> 318/// If <see cref="BOOL.FALSE"/>, the host app is being deactivated and <paramref name="dwOtherThreadID"/> 323BOOL fActive, 385BOOL fSameComponent, 387BOOL fHostIsActivating, 414/// <see cref="BOOL.TRUE"/> if more time is needed to perform the idle time tasks, 415/// <see cref="BOOL.FALSE"/> otherwise. 418BOOL FDoIdle( 443/// <see cref="BOOL.TRUE"/> if the message loop should continue, <see cref="BOOL.FALSE"/> otherwise. 446/// If <see cref="BOOL.FALSE"/> is returned, the component manager terminates the 451BOOL FContinueMessageLoop( 474BOOL FQueryTerminate( 475BOOL fPromptUser);
Microsoft\Office\IMsoComponentManager.cs (70)
66public BOOL FDebugMessage(nint dwReserved, uint msg, WPARAM wParam, LPARAM lParam) 69return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nint, uint, WPARAM, LPARAM, BOOL>)_lpVtbl[4]) 74public BOOL FRegisterComponent(IMsoComponent* piComponent, MSOCRINFO* pcrinfo, nuint* dwComponentID) 77return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, IMsoComponent*, MSOCRINFO*, nuint*, BOOL>)_lpVtbl[5]) 82public BOOL FRevokeComponent(nuint dwComponentID) 85return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, BOOL>)_lpVtbl[6]) 90public BOOL FUpdateComponentRegistration(nuint dwComponentID, MSOCRINFO* pcrinfo) 93return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, MSOCRINFO*, BOOL>)_lpVtbl[7]) 98public BOOL FOnComponentActivate(nuint dwComponentID) 101return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, BOOL>)_lpVtbl[8]) 105/// <inheritdoc cref="Interface.FSetTrackingComponent(nuint, BOOL)"/> 106public BOOL FSetTrackingComponent(nuint dwComponentID, BOOL fTrack) 109return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, BOOL, BOOL>)_lpVtbl[9]) 128public BOOL FOnComponentExitState( 136return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, msocstate, msoccontext, uint, IMsoComponentManager**, BOOL>)_lpVtbl[11]) 141public BOOL FInState(msocstate uStateID, void* pvoid) 144return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, msocstate, void*, BOOL>)_lpVtbl[12]) 149public BOOL FContinueIdle() 152return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, BOOL>)_lpVtbl[13])(pThis); 156public BOOL FPushMessageLoop(nuint dwComponentID, msoloop uReason, void* pvLoopData) 159return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, msoloop, void*, BOOL>)_lpVtbl[14]) 164public BOOL FCreateSubComponentManager(IUnknown* punkOuter, IUnknown* punkServProv, Guid* riid, void** ppvObj) 167return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, IUnknown*, IUnknown*, Guid*, void**, BOOL>)_lpVtbl[15]) 172public BOOL FGetParentComponentManager(IMsoComponentManager** ppicm) 175return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, IMsoComponentManager**, BOOL>)_lpVtbl[16]) 180public BOOL FGetActiveComponent(msogac dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved) 183return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, msogac, IMsoComponent**, MSOCRINFO*, uint, BOOL>)_lpVtbl[17]) 242/// <returns><see cref="BOOL.TRUE"/></returns> 244BOOL FDebugMessage( 258/// <returns><see cref="BOOL.TRUE"/> if successful.</returns> 260BOOL FRegisterComponent( 269/// <returns><see cref="BOOL.TRUE"/> if successful.</returns> 271BOOL FRevokeComponent(nuint dwComponentID); 284/// <returns><see cref="BOOL.TRUE"/> if successful.</returns> 286BOOL FUpdateComponentRegistration( 302/// <see cref="BOOL.FALSE"/> is returned and SetLastError is set to msoerrACompIsXActive 306/// <returns><see cref="BOOL.TRUE"/> if successful.</returns> 308BOOL FOnComponentActivate(nuint dwComponentID); 331/// <see cref="BOOL.TRUE"/> to begin tracking operation. <see cref="BOOL.FALSE"/> 334/// <returns><see cref="BOOL.TRUE"/> if successful.</returns> 336BOOL FSetTrackingComponent( 338BOOL fTrack); 351/// <see cref="IMsoComponent.OnEnterState(msocstate, BOOL)"/> (see "Comments on State Contexts" in 369/// <see cref="IOleInPlaceFrame.EnableModeless(BOOL)"/> instead. 406/// via <see cref="IMsoComponent.OnEnterState(msocstate, BOOL)"/> (see "Comments on State Contexts", above). 417/// <see cref="BOOL.TRUE"/> if, at the end of this call, the state is still in effect at the root 419/// otherwise return <see cref="BOOL.FALSE"/> (ie. return what <see cref="FInState"/> would return). 426BOOL FOnComponentExitState( 434/// Return <see cref="BOOL.TRUE"/> if the state identified by <paramref name="uStateID"/> 435/// is in effect at the root of this component manager's state context, <see cref="BOOL.FALSE"/> 440BOOL FInState( 448/// <see cref="BOOL.TRUE"/> if component can continue its idle time processing, 449/// <see cref="BOOL.FALSE"/> if not (in which case component returns from FDoIdle.) 452BOOL FContinueIdle(); 462/// When <see cref="IMsoComponent.FContinueMessageLoop(msoloop, void*, MSG*)"/> returns <see cref="BOOL.FALSE"/>, 468/// <see cref="BOOL.TRUE"/> if component manager terminates loop because component told it 469/// to (by returning <see cref="BOOL.FALSE"/> from <see cref="IMsoComponent.FContinueMessageLoop(msoloop, void*, MSG*)"/>), 470/// <see cref="BOOL.FALSE"/> if it had to terminate the loop for some other reason. In the 474BOOL FPushMessageLoop( 491/// <returns><see cref="BOOL.TRUE"/> if successful.</returns> 493BOOL FCreateSubComponentManager( 505/// <see cref="BOOL.TRUE"/> if the parent is returned, <see cref="BOOL.FALSE"/> 509BOOL FGetParentComponentManager( 526/// <see cref="BOOL.TRUE"/> if the component indicated by <paramref name="dwgac"/> 527/// exists, <see cref="BOOL.FALSE"/> if no such component exists or some error occurred. 530BOOL FGetActiveComponent(
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (14)
28BOOL Interface.FDebugMessage(nint dwReserved, uint msg, WPARAM wParam, LPARAM lParam) 34BOOL Interface.FRegisterComponent(IMsoComponent* piComponent, MSOCRINFO* pcrinfo, nuint* dwComponentID) 40BOOL Interface.FRevokeComponent(nuint dwComponentID) 46BOOL Interface.FUpdateComponentRegistration(nuint dwComponentID, MSOCRINFO* pcrinfo) 52BOOL Interface.FOnComponentActivate(nuint dwComponentID) 58BOOL Interface.FSetTrackingComponent(nuint dwComponentID, BOOL fTrack) 76BOOL Interface.FOnComponentExitState( 87BOOL Interface.FInState(msocstate uStateID, void* pvoid) 93BOOL Interface.FContinueIdle() 99BOOL Interface.FPushMessageLoop(nuint dwComponentID, msoloop uReason, void* pvLoopData) 105BOOL Interface.FCreateSubComponentManager(IUnknown* punkOuter, IUnknown* punkServProv, Guid* riid, void** ppvObj) 111BOOL Interface.FGetParentComponentManager(IMsoComponentManager** ppicm) 117BOOL Interface.FGetActiveComponent(msogac dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved)
Microsoft\Office\msocstate.cs (1)
7/// State IDs passed to <see cref="IMsoComponent.OnEnterState(msocstate, BOOL)" /> and
Microsoft\Office\msoloop.cs (1)
9/// returns <see cref="BOOL.FALSE" />
Microsoft\VisualStudio\Shell\IVsPerPropertyBrowsing.cs (20)
55/// <inheritdoc cref="Interface.HideProperty(int, BOOL*)"/> 56public HRESULT HideProperty(int dispid, BOOL* pfHide) 59return ((delegate* unmanaged[Stdcall]<IVsPerPropertyBrowsing*, int, BOOL*, HRESULT>)_lpVtbl[3])(pThis, dispid, pfHide); 62/// <inheritdoc cref="Interface.DisplayChildProperties(int, BOOL*)"/> 63public HRESULT DisplayChildProperties(int dispid, BOOL* pfDisplay) 66return ((delegate* unmanaged[Stdcall]<IVsPerPropertyBrowsing*, int, BOOL*, HRESULT>)_lpVtbl[4])(pThis, dispid, pfDisplay); 85/// <inheritdoc cref="Interface.HasDefaultValue(int, BOOL*)"/> 88BOOL* fDefault) 91return ((delegate* unmanaged[Stdcall]<IVsPerPropertyBrowsing*, int, BOOL*, HRESULT>)_lpVtbl[6])(pThis, dispid, fDefault); 94/// <inheritdoc cref="Interface.IsPropertyReadOnly(int, BOOL*)"/> 97BOOL* fReadOnly) 100return ((delegate* unmanaged[Stdcall]<IVsPerPropertyBrowsing*, int, BOOL*, HRESULT>)_lpVtbl[7])(pThis, dispid, fReadOnly); 111/// <inheritdoc cref="Interface.CanResetPropertyValue(int, BOOL*)"/> 114BOOL* pfCanReset) 117return ((delegate* unmanaged[Stdcall]<IVsPerPropertyBrowsing*, int, BOOL*, HRESULT>)_lpVtbl[9])(pThis, dispid, pfCanReset); 140BOOL* pfHide); 149BOOL* pfDisplay); 169BOOL* fDefault); 177BOOL* fReadOnly); 196BOOL* pfCanReset);
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
151public abstract HRESULT GetCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal);
System\Windows\Forms\Automation\UiaTextRange.cs (5)
128HRESULT ITextRangeProvider.Interface.Compare(ITextRangeProvider* range, BOOL* pRetVal) 270HRESULT ITextRangeProvider.Interface.FindAttribute(UIA_TEXTATTRIBUTE_ID attributeId, VARIANT val, BOOL backward, ITextRangeProvider** pRetVal) 281HRESULT ITextRangeProvider.Interface.FindText(BSTR text, BOOL backward, BOOL ignoreCase, ITextRangeProvider** pRetVal) 591HRESULT ITextRangeProvider.Interface.ScrollIntoView(BOOL alignToTop)
System\Windows\Forms\IExtender.cs (15)
60internal delegate* unmanaged[Stdcall]<IExtender*, BOOL*, HRESULT> get_Enabled_6; 61internal delegate* unmanaged[Stdcall]<IExtender*, BOOL, HRESULT> set_Enabled_7; 66internal delegate* unmanaged[Stdcall]<IExtender*, BOOL*, HRESULT> get_TabStop_12; 67internal delegate* unmanaged[Stdcall]<IExtender*, BOOL, HRESULT> set_TabStop_13; 70internal delegate* unmanaged[Stdcall]<IExtender*, BOOL*, HRESULT> get_Visible_16; 71internal delegate* unmanaged[Stdcall]<IExtender*, BOOL, HRESULT> set_Visible_17; 137private static HRESULT get_Enabled(IExtender* @this, BOOL* value) 141private static HRESULT set_Enabled(IExtender* @this, BOOL value) 161private static HRESULT get_TabStop(IExtender* @this, BOOL* value) 165private static HRESULT set_TabStop(IExtender* @this, BOOL value) 177private static HRESULT get_Visible(IExtender* @this, BOOL* value) 181private static HRESULT set_Visible(IExtender* @this, BOOL value) 219BOOL Enabled { get; set; } 225BOOL TabStop { get; set; } 229BOOL Visible { get; set; }
Windows.Win32.FONTDESC.g.cs (3)
48 internal winmdroot.Foundation.BOOL fItalic; 51 internal winmdroot.Foundation.BOOL fUnderline; 54 internal winmdroot.Foundation.BOOL fStrikethrough;
Windows.Win32.HH_AKLINK.g.cs (2)
35 internal winmdroot.Foundation.BOOL fReserved; 58 internal winmdroot.Foundation.BOOL fIndexOnFail;
Windows.Win32.HH_FTS_QUERY.g.cs (4)
33 internal winmdroot.Foundation.BOOL fUniCodeStrings; 42 internal winmdroot.Foundation.BOOL fStemmedSearch; 45 internal winmdroot.Foundation.BOOL fTitleOnly; 48 internal winmdroot.Foundation.BOOL fExecute;
Windows.Win32.IAutoComplete.g.cs (5)
118 private static winmdroot.Foundation.HRESULT Enable(IAutoComplete* pThis, winmdroot.Foundation.BOOL fEnable) 144 public void Enable(winmdroot.Foundation.BOOL fEnable) 146 ((delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAutoComplete*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 178 internal delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_5; 209winmdroot.Foundation.HRESULT Enable(winmdroot.Foundation.BOOL fEnable);
Windows.Win32.IAutoComplete2.g.cs (5)
95 private static winmdroot.Foundation.HRESULT Enable(IAutoComplete2* pThis, winmdroot.Foundation.BOOL fEnable) 112 public void Enable(winmdroot.Foundation.BOOL fEnable) 114 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAutoComplete2*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 225 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_5; 262 new winmdroot.Foundation.HRESULT Enable(winmdroot.Foundation.BOOL fEnable);
Windows.Win32.IClassFactory.g.cs (5)
108 private static winmdroot.Foundation.HRESULT LockServer(IClassFactory* pThis, winmdroot.Foundation.BOOL fLock) 132 public winmdroot.Foundation.HRESULT LockServer(winmdroot.Foundation.BOOL fLock) 134 return ((delegate *unmanaged [Stdcall]<IClassFactory*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IClassFactory*)Unsafe.AsPointer(ref this), fLock); 166 internal delegate *unmanaged [Stdcall]<IClassFactory*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> LockServer_5; 197winmdroot.Foundation.HRESULT LockServer(winmdroot.Foundation.BOOL fLock);
Windows.Win32.IClassFactory2.g.cs (5)
96 private static winmdroot.Foundation.HRESULT LockServer(IClassFactory2* pThis, winmdroot.Foundation.BOOL fLock) 113 public winmdroot.Foundation.HRESULT LockServer(winmdroot.Foundation.BOOL fLock) 115 return ((delegate *unmanaged [Stdcall]<IClassFactory2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IClassFactory2*)Unsafe.AsPointer(ref this), fLock); 280 internal delegate *unmanaged [Stdcall]<IClassFactory2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> LockServer_5; 320 new winmdroot.Foundation.HRESULT LockServer(winmdroot.Foundation.BOOL fLock);
Windows.Win32.IFileDialogCustomize.g.cs (20)
257 /// <inheritdoc cref="AddCheckButton(uint, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.BOOL)"/> 258 internal unsafe void AddCheckButton(uint dwIDCtl, string pszLabel, winmdroot.Foundation.BOOL bChecked) 269 private static winmdroot.Foundation.HRESULT AddCheckButton(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked) 303 public void AddCheckButton(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked) 305 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel, bChecked).ThrowOnFailure(); 669 /// <inheritdoc cref="GetCheckButtonState(uint, winmdroot.Foundation.BOOL*)"/> 670 internal unsafe void GetCheckButtonState(uint dwIDCtl, out winmdroot.Foundation.BOOL pbChecked) 672 fixed (winmdroot.Foundation.BOOL* pbCheckedLocal = &pbChecked) 681 private static winmdroot.Foundation.HRESULT GetCheckButtonState(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.BOOL* pbChecked) 713 public unsafe void GetCheckButtonState(uint dwIDCtl, winmdroot.Foundation.BOOL* pbChecked) 715 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pbChecked).ThrowOnFailure(); 721 private static winmdroot.Foundation.HRESULT SetCheckButtonState(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.BOOL bChecked) 753 public void SetCheckButtonState(uint dwIDCtl, winmdroot.Foundation.BOOL bChecked) 755 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, bChecked).ThrowOnFailure(); 1286 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> AddCheckButton_9; 1304 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetCheckButtonState_18; 1306 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetCheckButtonState_19; 1396winmdroot.Foundation.HRESULT AddCheckButton(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked); 1423 unsafe winmdroot.Foundation.HRESULT GetCheckButtonState(uint dwIDCtl, winmdroot.Foundation.BOOL* pbChecked); 1426winmdroot.Foundation.HRESULT SetCheckButtonState(uint dwIDCtl, winmdroot.Foundation.BOOL bChecked);
Windows.Win32.IFileSaveDialog.g.cs (5)
828 private static winmdroot.Foundation.HRESULT SetCollectedProperties(IFileSaveDialog* pThis, winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault) 861 public unsafe void SetCollectedProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault) 863 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pList, fAppendDefault).ThrowOnFailure(); 1031 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetCollectedProperties_30; 1168 unsafe winmdroot.Foundation.HRESULT SetCollectedProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault);
Windows.Win32.IFont.g.cs (36)
186 private static winmdroot.Foundation.HRESULT get_Bold(IFont* pThis, winmdroot.Foundation.BOOL* pBold) 212 internal winmdroot.Foundation.BOOL Bold 216 winmdroot.Foundation.BOOL __result; 217 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 229 private static winmdroot.Foundation.HRESULT put_Bold(IFont* pThis, winmdroot.Foundation.BOOL bold) 250 private static winmdroot.Foundation.HRESULT get_Italic(IFont* pThis, winmdroot.Foundation.BOOL* pItalic) 276 internal winmdroot.Foundation.BOOL Italic 280 winmdroot.Foundation.BOOL __result; 281 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 286 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 293 private static winmdroot.Foundation.HRESULT put_Italic(IFont* pThis, winmdroot.Foundation.BOOL italic) 314 private static winmdroot.Foundation.HRESULT get_Underline(IFont* pThis, winmdroot.Foundation.BOOL* pUnderline) 340 internal winmdroot.Foundation.BOOL Underline 344 winmdroot.Foundation.BOOL __result; 345 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 350 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 357 private static winmdroot.Foundation.HRESULT put_Underline(IFont* pThis, winmdroot.Foundation.BOOL underline) 378 private static winmdroot.Foundation.HRESULT get_Strikethrough(IFont* pThis, winmdroot.Foundation.BOOL* pStrikethrough) 404 internal winmdroot.Foundation.BOOL Strikethrough 408 winmdroot.Foundation.BOOL __result; 409 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 414 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 421 private static winmdroot.Foundation.HRESULT put_Strikethrough(IFont* pThis, winmdroot.Foundation.BOOL strikethrough) 899 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_Bold_8; 901 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_Bold_9; 903 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_Italic_10; 905 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_Italic_11; 907 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_Underline_12; 909 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_Underline_13; 911 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_Strikethrough_14; 913 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_Strikethrough_15; 998 winmdroot.Foundation.BOOL Bold 1004 winmdroot.Foundation.BOOL Italic 1010 winmdroot.Foundation.BOOL Underline 1016 winmdroot.Foundation.BOOL Strikethrough
Windows.Win32.IOleClientSite.g.cs (5)
198 private static winmdroot.Foundation.HRESULT OnShowWindow(IOleClientSite* pThis, winmdroot.Foundation.BOOL fShow) 219 public void OnShowWindow(winmdroot.Foundation.BOOL fShow) 221 ((delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleClientSite*)Unsafe.AsPointer(ref this), fShow).ThrowOnFailure(); 290 internal delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnShowWindow_8; 336winmdroot.Foundation.HRESULT OnShowWindow(winmdroot.Foundation.BOOL fShow);
Windows.Win32.IOleContainer.g.cs (5)
125 private static winmdroot.Foundation.HRESULT LockContainer(IOleContainer* pThis, winmdroot.Foundation.BOOL fLock) 149 public void LockContainer(winmdroot.Foundation.BOOL fLock) 151 ((delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleContainer*)Unsafe.AsPointer(ref this), fLock).ThrowOnFailure(); 185 internal delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> LockContainer_6; 220winmdroot.Foundation.HRESULT LockContainer(winmdroot.Foundation.BOOL fLock);
Windows.Win32.IOleControl.g.cs (5)
180 private static winmdroot.Foundation.HRESULT FreezeEvents(IOleControl* pThis, winmdroot.Foundation.BOOL bFreeze) 204 public winmdroot.Foundation.HRESULT FreezeEvents(winmdroot.Foundation.BOOL bFreeze) 206 return ((delegate *unmanaged [Stdcall]<IOleControl*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleControl*)Unsafe.AsPointer(ref this), bFreeze); 242 internal delegate *unmanaged [Stdcall]<IOleControl*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> FreezeEvents_7; 281winmdroot.Foundation.HRESULT FreezeEvents(winmdroot.Foundation.BOOL bFreeze);
Windows.Win32.IOleControlSite.g.cs (10)
88 private static winmdroot.Foundation.HRESULT LockInPlaceActive(IOleControlSite* pThis, winmdroot.Foundation.BOOL fLock) 112 public winmdroot.Foundation.HRESULT LockInPlaceActive(winmdroot.Foundation.BOOL fLock) 114 return ((delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleControlSite*)Unsafe.AsPointer(ref this), fLock); 246 private static winmdroot.Foundation.HRESULT OnFocus(IOleControlSite* pThis, winmdroot.Foundation.BOOL fGotFocus) 267 public winmdroot.Foundation.HRESULT OnFocus(winmdroot.Foundation.BOOL fGotFocus) 269 return ((delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleControlSite*)Unsafe.AsPointer(ref this), fGotFocus); 332 internal delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> LockInPlaceActive_5; 340 internal delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnFocus_9; 378winmdroot.Foundation.HRESULT LockInPlaceActive(winmdroot.Foundation.BOOL fLock); 390winmdroot.Foundation.HRESULT OnFocus(winmdroot.Foundation.BOOL fGotFocus);
Windows.Win32.IOleInPlaceActiveObject.g.cs (27)
92 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.BOOL fEnterMode) 109 public void ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 111 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 160 private static winmdroot.Foundation.HRESULT OnFrameWindowActivate(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.BOOL fActivate) 183 public void OnFrameWindowActivate(winmdroot.Foundation.BOOL fActivate) 185 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fActivate).ThrowOnFailure(); 191 private static winmdroot.Foundation.HRESULT OnDocWindowActivate(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.BOOL fActivate) 215 public void OnDocWindowActivate(winmdroot.Foundation.BOOL fActivate) 217 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fActivate).ThrowOnFailure(); 220 /// <inheritdoc cref="ResizeBorder(winmdroot.Foundation.RECT*, winmdroot.System.Ole.IOleInPlaceUIWindow*, winmdroot.Foundation.BOOL)"/> 221 internal unsafe void ResizeBorder(in winmdroot.Foundation.RECT prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow) 232 private static winmdroot.Foundation.HRESULT ResizeBorder(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow) 262 public unsafe void ResizeBorder(winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow) 264 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.IOleInPlaceUIWindow* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), prcBorder, pUIWindow, fFrameWindow).ThrowOnFailure(); 270 private static winmdroot.Foundation.HRESULT EnableModeless(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.BOOL fEnable) 293 public void EnableModeless(winmdroot.Foundation.BOOL fEnable) 295 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 327 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 331 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnFrameWindowActivate_7; 333 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnDocWindowActivate_8; 335 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.IOleInPlaceUIWindow* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ResizeBorder_9; 337 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> EnableModeless_10; 373 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode); 379winmdroot.Foundation.HRESULT OnFrameWindowActivate(winmdroot.Foundation.BOOL fActivate); 382winmdroot.Foundation.HRESULT OnDocWindowActivate(winmdroot.Foundation.BOOL fActivate); 385 unsafe winmdroot.Foundation.HRESULT ResizeBorder(winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow); 388winmdroot.Foundation.HRESULT EnableModeless(winmdroot.Foundation.BOOL fEnable);
Windows.Win32.IOleInPlaceFrame.g.cs (10)
93 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceFrame* pThis, winmdroot.Foundation.BOOL fEnterMode) 110 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 112 return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), fEnterMode); 421 private static winmdroot.Foundation.HRESULT EnableModeless(IOleInPlaceFrame* pThis, winmdroot.Foundation.BOOL fEnable) 444 public winmdroot.Foundation.HRESULT EnableModeless(winmdroot.Foundation.BOOL fEnable) 446 return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), fEnable); 526 internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 544 internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> EnableModeless_14; 587 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode); 614winmdroot.Foundation.HRESULT EnableModeless(winmdroot.Foundation.BOOL fEnable);
Windows.Win32.IOleInPlaceObject.g.cs (5)
93 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceObject* pThis, winmdroot.Foundation.BOOL fEnterMode) 110 public void ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 112 ((delegate *unmanaged [Stdcall]<IOleInPlaceObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceObject*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 293 internal delegate *unmanaged [Stdcall]<IOleInPlaceObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 336 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
Windows.Win32.IOleInPlaceObjectWindowless.g.cs (5)
92 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceObjectWindowless* pThis, winmdroot.Foundation.BOOL fEnterMode) 109 public void ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 111 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 339 internal delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 388 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
Windows.Win32.IOleInPlaceSite.g.cs (10)
93 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceSite* pThis, winmdroot.Foundation.BOOL fEnterMode) 110 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 112 return ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceSite*)Unsafe.AsPointer(ref this), fEnterMode); 311 private static winmdroot.Foundation.HRESULT OnUIDeactivate(IOleInPlaceSite* pThis, winmdroot.Foundation.BOOL fUndoable) 338 public void OnUIDeactivate(winmdroot.Foundation.BOOL fUndoable) 340 ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleInPlaceSite*)Unsafe.AsPointer(ref this), fUndoable).ThrowOnFailure(); 519 internal delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 531 internal delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnUIDeactivate_11; 580 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode); 598winmdroot.Foundation.HRESULT OnUIDeactivate(winmdroot.Foundation.BOOL fUndoable);
Windows.Win32.IOleInPlaceUIWindow.g.cs (5)
93 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceUIWindow* pThis, winmdroot.Foundation.BOOL fEnterMode) 110 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 112 return ((delegate *unmanaged [Stdcall]<IOleInPlaceUIWindow*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceUIWindow*)Unsafe.AsPointer(ref this), fEnterMode); 328 internal delegate *unmanaged [Stdcall]<IOleInPlaceUIWindow*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 371 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
Windows.Win32.IOleObject.g.cs (5)
282 private static winmdroot.Foundation.HRESULT InitFromData(IOleObject* pThis, winmdroot.System.Com.IDataObject* pDataObject, winmdroot.Foundation.BOOL fCreation, uint dwReserved) 311 public unsafe void InitFromData(winmdroot.System.Com.IDataObject* pDataObject, winmdroot.Foundation.BOOL fCreation, uint dwReserved) 313 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.BOOL ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleObject*)Unsafe.AsPointer(ref this), pDataObject, fCreation, dwReserved).ThrowOnFailure(); 919 internal delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.BOOL ,uint ,winmdroot.Foundation.HRESULT> InitFromData_10; 1012 unsafe winmdroot.Foundation.HRESULT InitFromData(winmdroot.System.Com.IDataObject* pDataObject, winmdroot.Foundation.BOOL fCreation, uint dwReserved);
Windows.Win32.IOleParentUndoUnit.g.cs (5)
202 private static winmdroot.Foundation.HRESULT Close(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 230 public unsafe void Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 232 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pPUU, fCommit).ThrowOnFailure(); 371 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Close_9; 427 unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit);
Windows.Win32.IOleUndoManager.g.cs (10)
90 private static winmdroot.Foundation.HRESULT Close(IOleUndoManager* pThis, winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 118 public unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 120 return ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleUndoManager*)Unsafe.AsPointer(ref this), pPUU, fCommit); 440 private static winmdroot.Foundation.HRESULT Enable(IOleUndoManager* pThis, winmdroot.Foundation.BOOL fEnable) 467 public void Enable(winmdroot.Foundation.BOOL fEnable) 469 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IOleUndoManager*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 501 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Close_5; 521 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_15; 562 unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit); 592winmdroot.Foundation.HRESULT Enable(winmdroot.Foundation.BOOL fEnable);
Windows.Win32.IOleWindow.g.cs (5)
104 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleWindow* pThis, winmdroot.Foundation.BOOL fEnterMode) 132 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 134 return ((delegate *unmanaged [Stdcall]<IOleWindow*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleWindow*)Unsafe.AsPointer(ref this), fEnterMode); 166 internal delegate *unmanaged [Stdcall]<IOleWindow*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 197winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
Windows.Win32.IPersistPropertyBag.g.cs (10)
152 private static winmdroot.Foundation.HRESULT Save(IPersistPropertyBag* pThis, winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.Foundation.BOOL fClearDirty, winmdroot.Foundation.BOOL fSaveAllProperties) 178 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.Foundation.BOOL fClearDirty, winmdroot.Foundation.BOOL fSaveAllProperties) 180 return ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPersistPropertyBag*)Unsafe.AsPointer(ref this), pPropBag, fClearDirty, fSaveAllProperties); 216 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 254 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.Foundation.BOOL fClearDirty, winmdroot.Foundation.BOOL fSaveAllProperties);
Windows.Win32.IPersistStorage.g.cs (5)
195 private static winmdroot.Foundation.HRESULT Save(IPersistStorage* pThis, winmdroot.System.Com.StructuredStorage.IStorage* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad) 227 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.IStorage* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad) 229 return ((delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IPersistStorage*)Unsafe.AsPointer(ref this), pStgSave, fSameAsLoad); 333 internal delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_8; 382 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.IStorage* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad);
Windows.Win32.IPersistStreamInit.g.cs (5)
158 private static winmdroot.Foundation.HRESULT Save(IPersistStreamInit* pThis, winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 186 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 188 return ((delegate *unmanaged [Stdcall]<IPersistStreamInit*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPersistStreamInit*)Unsafe.AsPointer(ref this), pStm, fClearDirty); 296 internal delegate *unmanaged [Stdcall]<IPersistStreamInit*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 341 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty);
Windows.Win32.IRangeValueProvider.g.cs (8)
128 /// <inheritdoc cref="get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 129 internal unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(out winmdroot.Foundation.BOOL pRetVal) 131 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 141 private static winmdroot.Foundation.HRESULT get_IsReadOnly(IRangeValueProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 162 public unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(winmdroot.Foundation.BOOL* pRetVal) 164 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IRangeValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 356 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsReadOnly_6; 403 unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(winmdroot.Foundation.BOOL* pRetVal);
Windows.Win32.IRichEditOle.g.cs (10)
407 private static winmdroot.Foundation.HRESULT SetLinkAvailable(IRichEditOle* pThis, int iob, winmdroot.Foundation.BOOL fAvailable) 439 public void SetLinkAvailable(int iob, winmdroot.Foundation.BOOL fAvailable) 441 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, fAvailable).ThrowOnFailure(); 595 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IRichEditOle* pThis, winmdroot.Foundation.BOOL fEnterMode) 623 public void ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 625 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IRichEditOle*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 770 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetLinkAvailable_12; 780 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_17; 850winmdroot.Foundation.HRESULT SetLinkAvailable(int iob, winmdroot.Foundation.BOOL fAvailable); 865winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
Windows.Win32.IRichEditOleCallback.g.cs (24)
148 private static winmdroot.Foundation.HRESULT ShowContainerUI(IRichEditOleCallback* pThis, winmdroot.Foundation.BOOL fShow) 178 public winmdroot.Foundation.HRESULT ShowContainerUI(winmdroot.Foundation.BOOL fShow) 180 return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), fShow); 274 /// <inheritdoc cref="QueryAcceptData(winmdroot.System.Com.IDataObject*, ushort*, winmdroot.System.SystemServices.RECO_FLAGS, winmdroot.Foundation.BOOL, winmdroot.Foundation.HGLOBAL)"/> 275 internal unsafe winmdroot.Foundation.HRESULT QueryAcceptData(winmdroot.System.Com.IDataObject* lpdataobj, ref ushort lpcfFormat, winmdroot.System.SystemServices.RECO_FLAGS reco, winmdroot.Foundation.BOOL fReally, winmdroot.Foundation.HGLOBAL hMetaPict) 287 private static winmdroot.Foundation.HRESULT QueryAcceptData(IRichEditOleCallback* pThis, winmdroot.System.Com.IDataObject* lpdataobj, ushort* lpcfFormat, winmdroot.System.SystemServices.RECO_FLAGS reco, winmdroot.Foundation.BOOL fReally, winmdroot.Foundation.HGLOBAL hMetaPict) 330 public unsafe winmdroot.Foundation.HRESULT QueryAcceptData(winmdroot.System.Com.IDataObject* lpdataobj, ushort* lpcfFormat, winmdroot.System.SystemServices.RECO_FLAGS reco, winmdroot.Foundation.BOOL fReally, winmdroot.Foundation.HGLOBAL hMetaPict) 332 return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.System.Com.IDataObject* ,ushort* ,winmdroot.System.SystemServices.RECO_FLAGS ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HGLOBAL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), lpdataobj, lpcfFormat, reco, fReally, hMetaPict); 338 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IRichEditOleCallback* pThis, winmdroot.Foundation.BOOL fEnterMode) 367 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 369 return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), fEnterMode); 428 /// <inheritdoc cref="GetDragDropEffect(winmdroot.Foundation.BOOL, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.System.Ole.DROPEFFECT*)"/> 429 internal unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, ref winmdroot.System.Ole.DROPEFFECT pdwEffect) 441 private static winmdroot.Foundation.HRESULT GetDragDropEffect(IRichEditOleCallback* pThis, winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.DROPEFFECT* pdwEffect) 477 public unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.DROPEFFECT* pdwEffect) 479 return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.System.Ole.DROPEFFECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), fDrag, grfKeyState, pdwEffect); 570 internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ShowContainerUI_6; 576 internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.System.Com.IDataObject* ,ushort* ,winmdroot.System.SystemServices.RECO_FLAGS ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HGLOBAL ,winmdroot.Foundation.HRESULT> QueryAcceptData_9; 578 internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_10; 582 internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.System.Ole.DROPEFFECT* ,winmdroot.Foundation.HRESULT> GetDragDropEffect_12; 626winmdroot.Foundation.HRESULT ShowContainerUI(winmdroot.Foundation.BOOL fShow); 635 unsafe winmdroot.Foundation.HRESULT QueryAcceptData(winmdroot.System.Com.IDataObject* lpdataobj, ushort* lpcfFormat, winmdroot.System.SystemServices.RECO_FLAGS reco, winmdroot.Foundation.BOOL fReally, winmdroot.Foundation.HGLOBAL hMetaPict); 638winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode); 644 unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.DROPEFFECT* pdwEffect);
Windows.Win32.IScrollProvider.g.cs (12)
267 private static winmdroot.Foundation.HRESULT get_HorizontallyScrollable(IScrollProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 290 internal winmdroot.Foundation.BOOL HorizontallyScrollable 294 winmdroot.Foundation.BOOL __result; 295 ((delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 303 private static winmdroot.Foundation.HRESULT get_VerticallyScrollable(IScrollProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 326 internal winmdroot.Foundation.BOOL VerticallyScrollable 330 winmdroot.Foundation.BOOL __result; 331 ((delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 375 internal delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_HorizontallyScrollable_10; 377 internal delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_VerticallyScrollable_11; 436 winmdroot.Foundation.BOOL HorizontallyScrollable 441 winmdroot.Foundation.BOOL VerticallyScrollable
Windows.Win32.ISelectionItemProvider.g.cs (8)
151 /// <inheritdoc cref="get_IsSelected(winmdroot.Foundation.BOOL*)"/> 152 internal unsafe winmdroot.Foundation.HRESULT get_IsSelected(out winmdroot.Foundation.BOOL pRetVal) 154 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 164 private static winmdroot.Foundation.HRESULT get_IsSelected(ISelectionItemProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 185 public unsafe winmdroot.Foundation.HRESULT get_IsSelected(winmdroot.Foundation.BOOL* pRetVal) 187 return ((delegate *unmanaged [Stdcall]<ISelectionItemProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ISelectionItemProvider*)Unsafe.AsPointer(ref this), pRetVal); 252 internal delegate *unmanaged [Stdcall]<ISelectionItemProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsSelected_7; 294 unsafe winmdroot.Foundation.HRESULT get_IsSelected(winmdroot.Foundation.BOOL* pRetVal);
Windows.Win32.ISelectionProvider.g.cs (16)
89 /// <inheritdoc cref="get_CanSelectMultiple(winmdroot.Foundation.BOOL*)"/> 90 internal unsafe winmdroot.Foundation.HRESULT get_CanSelectMultiple(out winmdroot.Foundation.BOOL pRetVal) 92 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 102 private static winmdroot.Foundation.HRESULT get_CanSelectMultiple(ISelectionProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 124 public unsafe winmdroot.Foundation.HRESULT get_CanSelectMultiple(winmdroot.Foundation.BOOL* pRetVal) 126 return ((delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ISelectionProvider*)Unsafe.AsPointer(ref this), pRetVal); 129 /// <inheritdoc cref="get_IsSelectionRequired(winmdroot.Foundation.BOOL*)"/> 130 internal unsafe winmdroot.Foundation.HRESULT get_IsSelectionRequired(out winmdroot.Foundation.BOOL pRetVal) 132 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 142 private static winmdroot.Foundation.HRESULT get_IsSelectionRequired(ISelectionProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 164 public unsafe winmdroot.Foundation.HRESULT get_IsSelectionRequired(winmdroot.Foundation.BOOL* pRetVal) 166 return ((delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ISelectionProvider*)Unsafe.AsPointer(ref this), pRetVal); 198 internal delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CanSelectMultiple_5; 200 internal delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsSelectionRequired_6; 232 unsafe winmdroot.Foundation.HRESULT get_CanSelectMultiple(winmdroot.Foundation.BOOL* pRetVal); 235 unsafe winmdroot.Foundation.HRESULT get_IsSelectionRequired(winmdroot.Foundation.BOOL* pRetVal);
Windows.Win32.ITextProvider2.g.cs (8)
263 /// <inheritdoc cref="GetCaretRange(winmdroot.Foundation.BOOL*)"/> 264 internal unsafe winmdroot.UI.Accessibility.ITextRangeProvider* GetCaretRange(out winmdroot.Foundation.BOOL isActive) 266 fixed (winmdroot.Foundation.BOOL* isActiveLocal = &isActive) 276 private static winmdroot.Foundation.HRESULT GetCaretRange(ITextProvider2* pThis, winmdroot.Foundation.BOOL* isActive, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal) 305 public unsafe winmdroot.UI.Accessibility.ITextRangeProvider* GetCaretRange(winmdroot.Foundation.BOOL* isActive) 308 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.Foundation.BOOL* ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextProvider2*)Unsafe.AsPointer(ref this), isActive, &__retVal).ThrowOnFailure(); 353 internal delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.Foundation.BOOL* ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT> GetCaretRange_11; 412 unsafe winmdroot.Foundation.HRESULT GetCaretRange(winmdroot.Foundation.BOOL* isActive, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal);
Windows.Win32.ITextRangeProvider.g.cs (27)
90 private static winmdroot.Foundation.HRESULT Compare(ITextRangeProvider* pThis, winmdroot.UI.Accessibility.ITextRangeProvider* range, winmdroot.Foundation.BOOL* pRetVal) 116 public unsafe winmdroot.Foundation.BOOL Compare(winmdroot.UI.Accessibility.ITextRangeProvider* range) 118 winmdroot.Foundation.BOOL __retVal = default(winmdroot.Foundation.BOOL); 119 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.ITextRangeProvider* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextRangeProvider*)Unsafe.AsPointer(ref this), range, &__retVal).ThrowOnFailure(); 206 private static winmdroot.Foundation.HRESULT FindAttribute(ITextRangeProvider* pThis, winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT val, winmdroot.Foundation.BOOL backward, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal) 240 public unsafe winmdroot.UI.Accessibility.ITextRangeProvider* FindAttribute(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT val, winmdroot.Foundation.BOOL backward) 243 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextRangeProvider*)Unsafe.AsPointer(ref this), attributeId, val, backward, &__retVal).ThrowOnFailure(); 250 private static winmdroot.Foundation.HRESULT FindText(ITextRangeProvider* pThis, winmdroot.Foundation.BSTR text, winmdroot.Foundation.BOOL backward, winmdroot.Foundation.BOOL ignoreCase, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal) 284 public unsafe winmdroot.UI.Accessibility.ITextRangeProvider* FindText(winmdroot.Foundation.BSTR text, winmdroot.Foundation.BOOL backward, winmdroot.Foundation.BOOL ignoreCase) 287 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextRangeProvider*)Unsafe.AsPointer(ref this), text, backward, ignoreCase, &__retVal).ThrowOnFailure(); 649 private static winmdroot.Foundation.HRESULT ScrollIntoView(ITextRangeProvider* pThis, winmdroot.Foundation.BOOL alignToTop) 678 public void ScrollIntoView(winmdroot.Foundation.BOOL alignToTop) 680 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextRangeProvider*)Unsafe.AsPointer(ref this), alignToTop).ThrowOnFailure(); 744 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.ITextRangeProvider* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> Compare_5; 750 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT> FindAttribute_8; 752 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT> FindText_9; 774 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ScrollIntoView_20; 823 unsafe winmdroot.Foundation.HRESULT Compare(winmdroot.UI.Accessibility.ITextRangeProvider* range, winmdroot.Foundation.BOOL* pRetVal); 832 unsafe winmdroot.Foundation.HRESULT FindAttribute(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT val, winmdroot.Foundation.BOOL backward, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal); 835 unsafe winmdroot.Foundation.HRESULT FindText(winmdroot.Foundation.BSTR text, winmdroot.Foundation.BOOL backward, winmdroot.Foundation.BOOL ignoreCase, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal); 868winmdroot.Foundation.HRESULT ScrollIntoView(winmdroot.Foundation.BOOL alignToTop);
Windows.Win32.IUIAutomation.g.cs (21)
58 private static winmdroot.Foundation.HRESULT CompareElements(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* el1, winmdroot.UI.Accessibility.IUIAutomationElement* el2, winmdroot.Foundation.BOOL* areSame) 90 public unsafe winmdroot.Foundation.BOOL CompareElements(winmdroot.UI.Accessibility.IUIAutomationElement* el1, winmdroot.UI.Accessibility.IUIAutomationElement* el2) 92 winmdroot.Foundation.BOOL __retVal = default(winmdroot.Foundation.BOOL); 93 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomation*)Unsafe.AsPointer(ref this), el1, el2, &__retVal).ThrowOnFailure(); 100 private static winmdroot.Foundation.HRESULT CompareRuntimeIds(IUIAutomation* pThis, winmdroot.System.Com.SAFEARRAY* runtimeId1, winmdroot.System.Com.SAFEARRAY* runtimeId2, winmdroot.Foundation.BOOL* areSame) 132 public unsafe winmdroot.Foundation.BOOL CompareRuntimeIds(winmdroot.System.Com.SAFEARRAY* runtimeId1, winmdroot.System.Com.SAFEARRAY* runtimeId2) 134 winmdroot.Foundation.BOOL __retVal = default(winmdroot.Foundation.BOOL); 135 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomation*)Unsafe.AsPointer(ref this), runtimeId1, runtimeId2, &__retVal).ThrowOnFailure(); 2058 private static winmdroot.Foundation.HRESULT CheckNotSupported(IUIAutomation* pThis, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.BOOL* isNotSupported) 2084 public winmdroot.Foundation.BOOL CheckNotSupported(winmdroot.System.Variant.VARIANT value) 2086 winmdroot.Foundation.BOOL __retVal = default(winmdroot.Foundation.BOOL); 2087 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IUIAutomation*)Unsafe.AsPointer(ref this), value, &__retVal).ThrowOnFailure(); 2274 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> CompareElements_4; 2276 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> CompareRuntimeIds_5; 2374 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> CheckNotSupported_54; 2463 unsafe winmdroot.Foundation.HRESULT CompareElements(winmdroot.UI.Accessibility.IUIAutomationElement* el1, winmdroot.UI.Accessibility.IUIAutomationElement* el2, winmdroot.Foundation.BOOL* areSame); 2466 unsafe winmdroot.Foundation.HRESULT CompareRuntimeIds(winmdroot.System.Com.SAFEARRAY* runtimeId1, winmdroot.System.Com.SAFEARRAY* runtimeId2, winmdroot.Foundation.BOOL* areSame); 2627 unsafe winmdroot.Foundation.HRESULT CheckNotSupported(winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.BOOL* isNotSupported);
Windows.Win32.IUIAutomationElement.g.cs (126)
361 private static winmdroot.Foundation.HRESULT GetCurrentPropertyValueEx(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal) 394 public winmdroot.System.Variant.VARIANT GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue) 397 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, ignoreDefaultValue, &__retVal).ThrowOnFailure(); 440 private static winmdroot.Foundation.HRESULT GetCachedPropertyValueEx(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal) 473 public winmdroot.System.Variant.VARIANT GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue) 476 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, ignoreDefaultValue, &__retVal).ThrowOnFailure(); 930 private static winmdroot.Foundation.HRESULT get_CurrentHasKeyboardFocus(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 952 internal winmdroot.Foundation.BOOL CurrentHasKeyboardFocus 956 winmdroot.Foundation.BOOL __result; 957 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 965 private static winmdroot.Foundation.HRESULT get_CurrentIsKeyboardFocusable(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 987 internal winmdroot.Foundation.BOOL CurrentIsKeyboardFocusable 991 winmdroot.Foundation.BOOL __result; 992 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1000 private static winmdroot.Foundation.HRESULT get_CurrentIsEnabled(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1022 internal winmdroot.Foundation.BOOL CurrentIsEnabled 1026 winmdroot.Foundation.BOOL __result; 1027 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1172 private static winmdroot.Foundation.HRESULT get_CurrentIsControlElement(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1194 internal winmdroot.Foundation.BOOL CurrentIsControlElement 1198 winmdroot.Foundation.BOOL __result; 1199 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1207 private static winmdroot.Foundation.HRESULT get_CurrentIsContentElement(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1227 internal winmdroot.Foundation.BOOL CurrentIsContentElement 1231 winmdroot.Foundation.BOOL __result; 1232 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1240 private static winmdroot.Foundation.HRESULT get_CurrentIsPassword(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1260 internal winmdroot.Foundation.BOOL CurrentIsPassword 1264 winmdroot.Foundation.BOOL __result; 1265 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1341 private static winmdroot.Foundation.HRESULT get_CurrentIsOffscreen(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1363 internal winmdroot.Foundation.BOOL CurrentIsOffscreen 1367 winmdroot.Foundation.BOOL __result; 1368 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1444 private static winmdroot.Foundation.HRESULT get_CurrentIsRequiredForForm(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1466 internal winmdroot.Foundation.BOOL CurrentIsRequiredForForm 1470 winmdroot.Foundation.BOOL __result; 1471 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1657 private static winmdroot.Foundation.HRESULT get_CurrentIsDataValidForForm(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1679 internal winmdroot.Foundation.BOOL CurrentIsDataValidForForm 1683 winmdroot.Foundation.BOOL __result; 1684 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2032 private static winmdroot.Foundation.HRESULT get_CachedHasKeyboardFocus(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2054 internal winmdroot.Foundation.BOOL CachedHasKeyboardFocus 2058 winmdroot.Foundation.BOOL __result; 2059 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2067 private static winmdroot.Foundation.HRESULT get_CachedIsKeyboardFocusable(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2089 internal winmdroot.Foundation.BOOL CachedIsKeyboardFocusable 2093 winmdroot.Foundation.BOOL __result; 2094 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2102 private static winmdroot.Foundation.HRESULT get_CachedIsEnabled(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2124 internal winmdroot.Foundation.BOOL CachedIsEnabled 2128 winmdroot.Foundation.BOOL __result; 2129 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2274 private static winmdroot.Foundation.HRESULT get_CachedIsControlElement(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2294 internal winmdroot.Foundation.BOOL CachedIsControlElement 2298 winmdroot.Foundation.BOOL __result; 2299 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2307 private static winmdroot.Foundation.HRESULT get_CachedIsContentElement(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2327 internal winmdroot.Foundation.BOOL CachedIsContentElement 2331 winmdroot.Foundation.BOOL __result; 2332 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2340 private static winmdroot.Foundation.HRESULT get_CachedIsPassword(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2360 internal winmdroot.Foundation.BOOL CachedIsPassword 2364 winmdroot.Foundation.BOOL __result; 2365 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2441 private static winmdroot.Foundation.HRESULT get_CachedIsOffscreen(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2463 internal winmdroot.Foundation.BOOL CachedIsOffscreen 2467 winmdroot.Foundation.BOOL __result; 2468 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2544 private static winmdroot.Foundation.HRESULT get_CachedIsRequiredForForm(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2566 internal winmdroot.Foundation.BOOL CachedIsRequiredForForm 2570 winmdroot.Foundation.BOOL __result; 2571 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2753 private static winmdroot.Foundation.HRESULT get_CachedIsDataValidForForm(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2775 internal winmdroot.Foundation.BOOL CachedIsDataValidForForm 2779 winmdroot.Foundation.BOOL __result; 2780 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2921 /// <inheritdoc cref="GetClickablePoint(global::System.Drawing.Point*, winmdroot.Foundation.BOOL*)"/> 2922 internal unsafe winmdroot.Foundation.HRESULT GetClickablePoint(out global::System.Drawing.Point clickable, out winmdroot.Foundation.BOOL gotClickable) 2924 fixed (winmdroot.Foundation.BOOL* gotClickableLocal = &gotClickable) 2937 private static winmdroot.Foundation.HRESULT GetClickablePoint(IUIAutomationElement* pThis, global::System.Drawing.Point* clickable, winmdroot.Foundation.BOOL* gotClickable) 2971 public unsafe winmdroot.Foundation.HRESULT GetClickablePoint(global::System.Drawing.Point* clickable, winmdroot.Foundation.BOOL* gotClickable) 2973 return ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,global::System.Drawing.Point* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IUIAutomationElement*)Unsafe.AsPointer(ref this), clickable, gotClickable); 3019 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetCurrentPropertyValueEx_12; 3023 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetCachedPropertyValueEx_14; 3049 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentHasKeyboardFocus_27; 3051 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsKeyboardFocusable_28; 3053 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsEnabled_29; 3063 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsControlElement_34; 3065 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsContentElement_35; 3067 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsPassword_36; 3073 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsOffscreen_39; 3079 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsRequiredForForm_42; 3091 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsDataValidForForm_48; 3113 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedHasKeyboardFocus_59; 3115 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsKeyboardFocusable_60; 3117 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsEnabled_61; 3127 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsControlElement_66; 3129 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsContentElement_67; 3131 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsPassword_68; 3137 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsOffscreen_71; 3143 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsRequiredForForm_74; 3155 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsDataValidForForm_80; 3165 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,global::System.Drawing.Point* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetClickablePoint_85; 3297 unsafe winmdroot.Foundation.HRESULT GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal); 3303 unsafe winmdroot.Foundation.HRESULT GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal); 3351 winmdroot.Foundation.BOOL CurrentHasKeyboardFocus 3356 winmdroot.Foundation.BOOL CurrentIsKeyboardFocusable 3361 winmdroot.Foundation.BOOL CurrentIsEnabled 3386 winmdroot.Foundation.BOOL CurrentIsControlElement 3391 winmdroot.Foundation.BOOL CurrentIsContentElement 3396 winmdroot.Foundation.BOOL CurrentIsPassword 3411 winmdroot.Foundation.BOOL CurrentIsOffscreen 3426 winmdroot.Foundation.BOOL CurrentIsRequiredForForm 3454 winmdroot.Foundation.BOOL CurrentIsDataValidForForm 3509 winmdroot.Foundation.BOOL CachedHasKeyboardFocus 3514 winmdroot.Foundation.BOOL CachedIsKeyboardFocusable 3519 winmdroot.Foundation.BOOL CachedIsEnabled 3544 winmdroot.Foundation.BOOL CachedIsControlElement 3549 winmdroot.Foundation.BOOL CachedIsContentElement 3554 winmdroot.Foundation.BOOL CachedIsPassword 3569 winmdroot.Foundation.BOOL CachedIsOffscreen 3584 winmdroot.Foundation.BOOL CachedIsRequiredForForm 3614 winmdroot.Foundation.BOOL CachedIsDataValidForForm 3640 unsafe winmdroot.Foundation.HRESULT GetClickablePoint(global::System.Drawing.Point* clickable, winmdroot.Foundation.BOOL* gotClickable);
Windows.Win32.IUIAutomationProxyFactoryEntry.g.cs (30)
155 private static winmdroot.Foundation.HRESULT get_AllowSubstringMatch(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL* allowSubstringMatch) 176 internal winmdroot.Foundation.BOOL AllowSubstringMatch 180 winmdroot.Foundation.BOOL __result; 181 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 186 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 193 private static winmdroot.Foundation.HRESULT get_CanCheckBaseClass(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL* canCheckBaseClass) 214 internal winmdroot.Foundation.BOOL CanCheckBaseClass 218 winmdroot.Foundation.BOOL __result; 219 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 224 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 231 private static winmdroot.Foundation.HRESULT get_NeedsAdviseEvents(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL* adviseEvents) 252 internal winmdroot.Foundation.BOOL NeedsAdviseEvents 256 winmdroot.Foundation.BOOL __result; 257 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 262 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 345 private static winmdroot.Foundation.HRESULT put_AllowSubstringMatch(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL allowSubstringMatch) 365 private static winmdroot.Foundation.HRESULT put_CanCheckBaseClass(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL canCheckBaseClass) 385 private static winmdroot.Foundation.HRESULT put_NeedsAdviseEvents(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL adviseEvents) 519 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_AllowSubstringMatch_7; 521 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CanCheckBaseClass_8; 523 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_NeedsAdviseEvents_9; 529 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_AllowSubstringMatch_12; 531 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_CanCheckBaseClass_13; 533 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_NeedsAdviseEvents_14; 587 unsafe winmdroot.Foundation.HRESULT get_AllowSubstringMatch(winmdroot.Foundation.BOOL* allowSubstringMatch); 590 unsafe winmdroot.Foundation.HRESULT get_CanCheckBaseClass(winmdroot.Foundation.BOOL* canCheckBaseClass); 593 unsafe winmdroot.Foundation.HRESULT get_NeedsAdviseEvents(winmdroot.Foundation.BOOL* adviseEvents); 602winmdroot.Foundation.HRESULT put_AllowSubstringMatch(winmdroot.Foundation.BOOL allowSubstringMatch); 605winmdroot.Foundation.HRESULT put_CanCheckBaseClass(winmdroot.Foundation.BOOL canCheckBaseClass); 608winmdroot.Foundation.HRESULT put_NeedsAdviseEvents(winmdroot.Foundation.BOOL adviseEvents);
Windows.Win32.IValueProvider.g.cs (8)
134 /// <inheritdoc cref="get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 135 internal unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(out winmdroot.Foundation.BOOL pRetVal) 137 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 147 private static winmdroot.Foundation.HRESULT get_IsReadOnly(IValueProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 169 public unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(winmdroot.Foundation.BOOL* pRetVal) 171 return ((delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 205 internal delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsReadOnly_6; 240 unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(winmdroot.Foundation.BOOL* pRetVal);
Windows.Win32.LICINFO.g.cs (2)
33 internal winmdroot.Foundation.BOOL fRuntimeKeyAvail; 36 internal winmdroot.Foundation.BOOL fLicVerified;
Windows.Win32.MCGRIDINFO.g.cs (1)
63 internal winmdroot.Foundation.BOOL bSelected;
Windows.Win32.OLEINPLACEFRAMEINFO.g.cs (1)
31 internal winmdroot.Foundation.BOOL fMDIApp;
Windows.Win32.PInvoke.COMCTL32.dll.g.cs (16)
39 internal static extern winmdroot.Foundation.BOOL ImageList_Destroy(winmdroot.UI.Controls.HIMAGELIST himl); 125 internal static extern winmdroot.Foundation.BOOL ImageList_Draw(winmdroot.UI.Controls.HIMAGELIST himl, int i, winmdroot.Graphics.Gdi.HDC hdcDst, int x, int y, winmdroot.UI.Controls.IMAGE_LIST_DRAW_STYLE fStyle); 165 internal static extern winmdroot.Foundation.BOOL ImageList_DrawEx(winmdroot.UI.Controls.HIMAGELIST himl, int i, winmdroot.Graphics.Gdi.HDC hdcDst, int x, int y, int dx, int dy, winmdroot.Foundation.COLORREF rgbBk, winmdroot.Foundation.COLORREF rgbFg, winmdroot.UI.Controls.IMAGE_LIST_DRAW_STYLE fStyle); 203 internal static extern unsafe winmdroot.Foundation.BOOL ImageList_GetIconSize(winmdroot.UI.Controls.HIMAGELIST himl, [Optional] int* cx, [Optional] int* cy); 222 internal static unsafe winmdroot.Foundation.BOOL ImageList_GetImageInfo(winmdroot.UI.Controls.HIMAGELIST himl, int i, out winmdroot.UI.Controls.IMAGEINFO pImageInfo) 226 winmdroot.Foundation.BOOL __result = PInvoke.ImageList_GetImageInfo(himl, i, pImageInfoLocal); 250 internal static extern unsafe winmdroot.Foundation.BOOL ImageList_GetImageInfo(winmdroot.UI.Controls.HIMAGELIST himl, int i, winmdroot.UI.Controls.IMAGEINFO* pImageInfo); 282 internal static extern winmdroot.Foundation.BOOL ImageList_Remove(winmdroot.UI.Controls.HIMAGELIST himl, int i); 307 internal static extern winmdroot.Foundation.BOOL ImageList_Replace(winmdroot.UI.Controls.HIMAGELIST himl, int i, winmdroot.Graphics.Gdi.HBITMAP hbmImage, winmdroot.Graphics.Gdi.HBITMAP hbmMask); 369 internal static extern unsafe winmdroot.Foundation.BOOL ImageList_Write(winmdroot.UI.Controls.HIMAGELIST himl, winmdroot.System.Com.IStream* pstm); 409 internal static unsafe winmdroot.Foundation.BOOL InitCommonControlsEx(in winmdroot.UI.Controls.INITCOMMONCONTROLSEX picce) 413 winmdroot.Foundation.BOOL __result = PInvoke.InitCommonControlsEx(picceLocal); 429 internal static extern unsafe winmdroot.Foundation.BOOL InitCommonControlsEx(winmdroot.UI.Controls.INITCOMMONCONTROLSEX* picce); 431 /// <inheritdoc cref="TaskDialogIndirect(winmdroot.UI.Controls.TASKDIALOGCONFIG*, int*, int*, winmdroot.Foundation.BOOL*)"/> 433 internal static unsafe winmdroot.Foundation.HRESULT TaskDialogIndirect(in winmdroot.UI.Controls.TASKDIALOGCONFIG pTaskConfig, int* pnButton, int* pnRadioButton, winmdroot.Foundation.BOOL* pfVerificationFlagChecked) 469 internal static extern unsafe winmdroot.Foundation.HRESULT TaskDialogIndirect(winmdroot.UI.Controls.TASKDIALOGCONFIG* pTaskConfig, [Optional] int* pnButton, [Optional] int* pnRadioButton, [Optional] winmdroot.Foundation.BOOL* pfVerificationFlagChecked);
Windows.Win32.PInvoke.GDI32.dll.g.cs (27)
101 internal static extern winmdroot.Foundation.BOOL Ellipse(winmdroot.Graphics.Gdi.HDC hdc, int left, int top, int right, int bottom); 105 internal static unsafe winmdroot.Foundation.BOOL ExtTextOut(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, winmdroot.Graphics.Gdi.ETO_OPTIONS options, winmdroot.Foundation.RECT? lprect, string lpString, ReadOnlySpan<int> lpDx) 112 winmdroot.Foundation.BOOL __result = PInvoke.ExtTextOut(hdc, x, y, options, lprect.HasValue ? &lprectLocal : null, lpStringLocal, (uint )lpDx.Length, lpDxLocal); 141 internal static extern unsafe winmdroot.Foundation.BOOL ExtTextOut(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, winmdroot.Graphics.Gdi.ETO_OPTIONS options, [Optional] winmdroot.Foundation.RECT* lprect, winmdroot.Foundation.PCWSTR lpString, uint c, [Optional] int* lpDx); 189 internal static unsafe winmdroot.Foundation.BOOL GetBrushOrgEx(winmdroot.Graphics.Gdi.HDC hdc, out global::System.Drawing.Point lppt) 193 winmdroot.Foundation.BOOL __result = PInvoke.GetBrushOrgEx(hdc, lpptLocal); 210 internal static extern unsafe winmdroot.Foundation.BOOL GetBrushOrgEx(winmdroot.Graphics.Gdi.HDC hdc, global::System.Drawing.Point* lppt); 404 internal static unsafe winmdroot.Foundation.BOOL GetTextExtentPoint32W(winmdroot.Graphics.Gdi.HDC hdc, string lpString, int c, out winmdroot.Foundation.SIZE psizl) 410 winmdroot.Foundation.BOOL __result = PInvoke.GetTextExtentPoint32W(hdc, lpStringLocal, c, psizlLocal); 431 internal static extern unsafe winmdroot.Foundation.BOOL GetTextExtentPoint32W(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.PCWSTR lpString, int c, winmdroot.Foundation.SIZE* psizl); 435 internal static unsafe winmdroot.Foundation.BOOL GetTextMetrics(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Graphics.Gdi.TEXTMETRICW lptm) 439 winmdroot.Foundation.BOOL __result = PInvoke.GetTextMetrics(hdc, lptmLocal); 453 internal static extern unsafe winmdroot.Foundation.BOOL GetTextMetrics(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.TEXTMETRICW* lptm); 457 internal static unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Foundation.SIZE lpsize) 461 winmdroot.Foundation.BOOL __result = PInvoke.GetViewportExtEx(hdc, lpsizeLocal); 477 internal static extern unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.SIZE* lpsize); 510 internal static extern winmdroot.Foundation.BOOL LineTo(winmdroot.Graphics.Gdi.HDC hdc, int x, int y); 514 internal static unsafe winmdroot.Foundation.BOOL LPtoDP(winmdroot.Graphics.Gdi.HDC hdc, ReadOnlySpan<global::System.Drawing.Point> lppt) 518 winmdroot.Foundation.BOOL __result = PInvoke.LPtoDP(hdc, lpptLocal, lppt.Length); 536 internal static extern unsafe winmdroot.Foundation.BOOL LPtoDP(winmdroot.Graphics.Gdi.HDC hdc, global::System.Drawing.Point* lppt, int c); 549 internal static extern unsafe winmdroot.Foundation.BOOL MoveToEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] global::System.Drawing.Point* lppt); 567 internal static extern winmdroot.Foundation.BOOL PatBlt(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, int w, int h, winmdroot.Graphics.Gdi.ROP_CODE rop); 583 internal static extern winmdroot.Foundation.BOOL RoundRect(winmdroot.Graphics.Gdi.HDC hdc, int left, int top, int right, int bottom, int width, int height); 600 internal static extern unsafe winmdroot.Foundation.BOOL SetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] winmdroot.Foundation.SIZE* lpsz); 618 internal static extern unsafe winmdroot.Foundation.BOOL SetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] global::System.Drawing.Point* lppt); 635 internal static extern unsafe winmdroot.Foundation.BOOL SetWindowExtEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] winmdroot.Foundation.SIZE* lpsz); 653 internal static extern unsafe winmdroot.Foundation.BOOL SetWindowOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] global::System.Drawing.Point* lppt);
Windows.Win32.PInvoke.IMM32.dll.g.cs (8)
31 internal static extern winmdroot.Foundation.BOOL ImmDestroyContext(winmdroot.UI.Input.Ime.HIMC param0); 66 internal static extern unsafe winmdroot.Foundation.BOOL ImmGetConversionStatus(winmdroot.UI.Input.Ime.HIMC param0, [Optional] winmdroot.UI.Input.Ime.IME_CONVERSION_MODE* lpfdwConversion, [Optional] winmdroot.UI.Input.Ime.IME_SENTENCE_MODE* lpfdwSentence); 75 internal static extern winmdroot.Foundation.BOOL ImmGetOpenStatus(winmdroot.UI.Input.Ime.HIMC param0); 87 internal static extern winmdroot.Foundation.BOOL ImmNotifyIME(winmdroot.UI.Input.Ime.HIMC param0, winmdroot.UI.Input.Ime.NOTIFY_IME_ACTION dwAction, winmdroot.UI.Input.Ime.NOTIFY_IME_INDEX dwIndex, uint dwValue); 96 internal static extern winmdroot.Foundation.BOOL ImmReleaseContext(winmdroot.Foundation.HWND param0, winmdroot.UI.Input.Ime.HIMC param1); 106 internal static extern winmdroot.Foundation.BOOL ImmSetConversionStatus(winmdroot.UI.Input.Ime.HIMC param0, winmdroot.UI.Input.Ime.IME_CONVERSION_MODE param1, winmdroot.UI.Input.Ime.IME_SENTENCE_MODE param2); 113 internal static extern winmdroot.Foundation.BOOL ImmSetOpenStatus(winmdroot.UI.Input.Ime.HIMC param0, winmdroot.Foundation.BOOL param1);
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (29)
29 internal static unsafe winmdroot.Foundation.BOOL ActivateActCtx(winmdroot.Foundation.HANDLE hActCtx, out nuint lpCookie) 33 winmdroot.Foundation.BOOL __result = PInvoke.ActivateActCtx(hActCtx, lpCookieLocal); 52 internal static unsafe winmdroot.Foundation.BOOL ActivateActCtx(winmdroot.Foundation.HANDLE hActCtx, nuint* lpCookie) 55 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hActCtx, lpCookie); 60 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hActCtx, nuint* lpCookie); 74 internal static winmdroot.Foundation.BOOL CloseHandle(winmdroot.Foundation.HANDLE hObject) 77 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hObject); 82 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hObject); 137 internal static winmdroot.Foundation.BOOL DeactivateActCtx(uint dwFlags, nuint ulCookie) 140 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(dwFlags, ulCookie); 145 static extern winmdroot.Foundation.BOOL LocalExternFunction(uint dwFlags, nuint ulCookie); 181 internal static unsafe winmdroot.Foundation.BOOL DuplicateHandle(winmdroot.Foundation.HANDLE hSourceProcessHandle, winmdroot.Foundation.HANDLE hSourceHandle, winmdroot.Foundation.HANDLE hTargetProcessHandle, winmdroot.Foundation.HANDLE* lpTargetHandle, uint dwDesiredAccess, winmdroot.Foundation.BOOL bInheritHandle, winmdroot.Foundation.DUPLICATE_HANDLE_OPTIONS dwOptions) 184 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hSourceProcessHandle, hSourceHandle, hTargetProcessHandle, lpTargetHandle, dwDesiredAccess, bInheritHandle, dwOptions); 189 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hSourceProcessHandle, winmdroot.Foundation.HANDLE hSourceHandle, winmdroot.Foundation.HANDLE hTargetProcessHandle, winmdroot.Foundation.HANDLE* lpTargetHandle, uint dwDesiredAccess, winmdroot.Foundation.BOOL bInheritHandle, winmdroot.Foundation.DUPLICATE_HANDLE_OPTIONS dwOptions); 253 internal static unsafe winmdroot.Foundation.BOOL GetCurrentActCtx(winmdroot.Foundation.HANDLE* lphActCtx) 256 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lphActCtx); 261 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE* lphActCtx); 293 internal static unsafe winmdroot.Foundation.BOOL GetExitCodeThread(winmdroot.Foundation.HANDLE hThread, out uint lpExitCode) 297 winmdroot.Foundation.BOOL __result = PInvoke.GetExitCodeThread(hThread, lpExitCodeLocal); 317 internal static unsafe winmdroot.Foundation.BOOL GetExitCodeThread(winmdroot.Foundation.HANDLE hThread, uint* lpExitCode) 320 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hThread, lpExitCode); 325 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hThread, uint* lpExitCode); 542 internal static unsafe winmdroot.Foundation.BOOL GetSystemPowerStatus(out winmdroot.System.Power.SYSTEM_POWER_STATUS lpSystemPowerStatus) 546 winmdroot.Foundation.BOOL __result = PInvoke.GetSystemPowerStatus(lpSystemPowerStatusLocal); 564 internal static unsafe winmdroot.Foundation.BOOL GetSystemPowerStatus(winmdroot.System.Power.SYSTEM_POWER_STATUS* lpSystemPowerStatus) 567 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpSystemPowerStatus); 572 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.System.Power.SYSTEM_POWER_STATUS* lpSystemPowerStatus);
Windows.Win32.PInvoke.OLE32.dll.g.cs (4)
98 internal static extern unsafe winmdroot.Foundation.HRESULT CreateILockBytesOnHGlobal(winmdroot.Foundation.HGLOBAL hGlobal, winmdroot.Foundation.BOOL fDeleteOnRelease, winmdroot.System.Com.StructuredStorage.ILockBytes** pplkbyt); 125 internal static unsafe winmdroot.Foundation.BOOL IsAccelerator(winmdroot.UI.WindowsAndMessaging.HACCEL hAccel, int cAccelEntries, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg, out ushort lpwCmd) 131 winmdroot.Foundation.BOOL __result = PInvoke.IsAccelerator(hAccel, cAccelEntries, lpMsgLocal, lpwCmdLocal); 149 internal static extern unsafe winmdroot.Foundation.BOOL IsAccelerator(winmdroot.UI.WindowsAndMessaging.HACCEL hAccel, int cAccelEntries, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, ushort* lpwCmd);
Windows.Win32.PInvoke.SHELL32.dll.g.cs (3)
292 internal static unsafe winmdroot.Foundation.BOOL SHGetPathFromIDListEx(in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.Foundation.PWSTR pszPath, uint cchPath, winmdroot.UI.Shell.GPFIDL_FLAGS uOpts) 296 winmdroot.Foundation.BOOL __result = PInvoke.SHGetPathFromIDListEx(pidlLocal, pszPath, cchPath, uOpts); 328 internal static extern unsafe winmdroot.Foundation.BOOL SHGetPathFromIDListEx(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.Foundation.PWSTR pszPath, uint cchPath, winmdroot.UI.Shell.GPFIDL_FLAGS uOpts);
Windows.Win32.PInvoke.UIAutomationCore.dll.g.cs (1)
35 internal static extern winmdroot.Foundation.BOOL UiaClientsAreListening();
Windows.Win32.PInvoke.USER32.dll.g.cs (265)
40 internal static winmdroot.Foundation.BOOL UnloadKeyboardLayout(winmdroot.UI.Input.KeyboardAndMouse.HKL hkl) 43 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hkl); 48 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.Input.KeyboardAndMouse.HKL hkl); 76 /// <inheritdoc cref="AdjustWindowRectEx(winmdroot.Foundation.RECT*, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE, winmdroot.Foundation.BOOL, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE)"/> 78 internal static unsafe winmdroot.Foundation.BOOL AdjustWindowRectEx(ref winmdroot.Foundation.RECT lpRect, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE dwStyle, winmdroot.Foundation.BOOL bMenu, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE dwExStyle) 82 winmdroot.Foundation.BOOL __result = PInvoke.AdjustWindowRectEx(lpRectLocal, dwStyle, bMenu, dwExStyle); 112 internal static unsafe winmdroot.Foundation.BOOL AdjustWindowRectEx(winmdroot.Foundation.RECT* lpRect, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE dwStyle, winmdroot.Foundation.BOOL bMenu, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE dwExStyle) 115 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpRect, dwStyle, bMenu, dwExStyle); 120 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.RECT* lpRect, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE dwStyle, winmdroot.Foundation.BOOL bMenu, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE dwExStyle); 123 /// <inheritdoc cref="AdjustWindowRectExForDpi(winmdroot.Foundation.RECT*, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE, winmdroot.Foundation.BOOL, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE, uint)"/> 125 internal static unsafe winmdroot.Foundation.BOOL AdjustWindowRectExForDpi(ref winmdroot.Foundation.RECT lpRect, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE dwStyle, winmdroot.Foundation.BOOL bMenu, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE dwExStyle, uint dpi) 129 winmdroot.Foundation.BOOL __result = PInvoke.AdjustWindowRectExForDpi(lpRectLocal, dwStyle, bMenu, dwExStyle, dpi); 145 internal static unsafe winmdroot.Foundation.BOOL AdjustWindowRectExForDpi(winmdroot.Foundation.RECT* lpRect, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE dwStyle, winmdroot.Foundation.BOOL bMenu, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE dwExStyle, uint dpi) 148 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpRect, dwStyle, bMenu, dwExStyle, dpi); 153 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.RECT* lpRect, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE dwStyle, winmdroot.Foundation.BOOL bMenu, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE dwExStyle, uint dpi); 163 internal static extern winmdroot.Foundation.BOOL AreDpiAwarenessContextsEqual(winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT dpiContextA, winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT dpiContextB); 179 internal static winmdroot.Foundation.BOOL BlockInput(winmdroot.Foundation.BOOL fBlockIt) 182 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(fBlockIt); 187 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.BOOL fBlockIt); 200 internal static winmdroot.Foundation.BOOL UnhookWindowsHookEx(winmdroot.UI.WindowsAndMessaging.HHOOK hhk) 203 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hhk); 208 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HHOOK hhk); 266 internal static unsafe winmdroot.Foundation.BOOL ClientToScreen(winmdroot.Foundation.HWND hWnd, ref global::System.Drawing.Point lpPoint) 270 winmdroot.Foundation.BOOL __result = PInvoke.ClientToScreen(hWnd, lpPointLocal); 287 internal static extern unsafe winmdroot.Foundation.BOOL ClientToScreen(winmdroot.Foundation.HWND hWnd, global::System.Drawing.Point* lpPoint); 291 internal static unsafe winmdroot.Foundation.BOOL ClipCursor(winmdroot.Foundation.RECT? lpRect) 294 winmdroot.Foundation.BOOL __result = PInvoke.ClipCursor(lpRect.HasValue ? &lpRectLocal : null); 311 internal static unsafe winmdroot.Foundation.BOOL ClipCursor([Optional] winmdroot.Foundation.RECT* lpRect) 314 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpRect); 319 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.RECT* lpRect); 335 internal static winmdroot.Foundation.BOOL CloseDesktop(winmdroot.System.StationsAndDesktops.HDESK hDesktop) 338 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hDesktop); 343 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.System.StationsAndDesktops.HDESK hDesktop); 359 internal static extern winmdroot.Foundation.BOOL DestroyAcceleratorTable(winmdroot.UI.WindowsAndMessaging.HACCEL hAccel); 410 internal static winmdroot.Foundation.BOOL DestroyMenu(winmdroot.UI.WindowsAndMessaging.HMENU hMenu) 413 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hMenu); 418 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HMENU hMenu); 601 internal static winmdroot.Foundation.BOOL DestroyCursor(winmdroot.UI.WindowsAndMessaging.HCURSOR hCursor) 604 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hCursor); 609 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HCURSOR hCursor); 625 internal static winmdroot.Foundation.BOOL DestroyWindow(winmdroot.Foundation.HWND hWnd) 628 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd); 633 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd); 665 internal static unsafe winmdroot.Foundation.BOOL DrawEdge(winmdroot.Graphics.Gdi.HDC hdc, ref winmdroot.Foundation.RECT qrc, winmdroot.Graphics.Gdi.DRAWEDGE_FLAGS edge, winmdroot.Graphics.Gdi.DRAW_EDGE_FLAGS grfFlags) 669 winmdroot.Foundation.BOOL __result = PInvoke.DrawEdge(hdc, qrcLocal, edge, grfFlags); 691 internal static extern unsafe winmdroot.Foundation.BOOL DrawEdge(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.RECT* qrc, winmdroot.Graphics.Gdi.DRAWEDGE_FLAGS edge, winmdroot.Graphics.Gdi.DRAW_EDGE_FLAGS grfFlags); 695 internal static unsafe winmdroot.Foundation.BOOL DrawFrameControl(winmdroot.Graphics.Gdi.HDC param0, ref winmdroot.Foundation.RECT param1, winmdroot.Graphics.Gdi.DFC_TYPE param2, winmdroot.Graphics.Gdi.DFCS_STATE param3) 699 winmdroot.Foundation.BOOL __result = PInvoke.DrawFrameControl(param0, param1Local, param2, param3); 714 internal static extern unsafe winmdroot.Foundation.BOOL DrawFrameControl(winmdroot.Graphics.Gdi.HDC param0, winmdroot.Foundation.RECT* param1, winmdroot.Graphics.Gdi.DFC_TYPE param2, winmdroot.Graphics.Gdi.DFCS_STATE param3); 728 internal static winmdroot.Foundation.BOOL DrawMenuBar(winmdroot.Foundation.HWND hWnd) 731 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd); 736 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd); 830 internal static extern winmdroot.Foundation.BOOL EnableMenuItem(winmdroot.UI.WindowsAndMessaging.HMENU hMenu, uint uIDEnableItem, winmdroot.UI.WindowsAndMessaging.MENU_ITEM_FLAGS uEnable); 846 internal static winmdroot.Foundation.BOOL EnableScrollBar(winmdroot.Foundation.HWND hWnd, uint wSBflags, winmdroot.UI.Controls.ENABLE_SCROLL_BAR_ARROWS wArrows) 849 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, wSBflags, wArrows); 854 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, uint wSBflags, winmdroot.UI.Controls.ENABLE_SCROLL_BAR_ARROWS wArrows); 875 internal static extern winmdroot.Foundation.BOOL EnableWindow(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.BOOL bEnable); 894 internal static winmdroot.Foundation.BOOL EndDialog(winmdroot.Foundation.HWND hDlg, nint nResult) 897 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hDlg, nResult); 902 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hDlg, nint nResult); 907 internal static unsafe winmdroot.Foundation.BOOL EnumDisplaySettings(string lpszDeviceName, winmdroot.Graphics.Gdi.ENUM_DISPLAY_SETTINGS_MODE iModeNum, ref winmdroot.Graphics.Gdi.DEVMODEW lpDevMode) 913 winmdroot.Foundation.BOOL __result = PInvoke.EnumDisplaySettings(lpszDeviceNameLocal, iModeNum, lpDevModeLocal); 940 internal static extern unsafe winmdroot.Foundation.BOOL EnumDisplaySettings(winmdroot.Foundation.PCWSTR lpszDeviceName, winmdroot.Graphics.Gdi.ENUM_DISPLAY_SETTINGS_MODE iModeNum, winmdroot.Graphics.Gdi.DEVMODEW* lpDevMode); 1097 internal static unsafe winmdroot.Foundation.BOOL GetCaretPos(out global::System.Drawing.Point lpPoint) 1101 winmdroot.Foundation.BOOL __result = PInvoke.GetCaretPos(lpPointLocal); 1120 internal static unsafe winmdroot.Foundation.BOOL GetCaretPos(global::System.Drawing.Point* lpPoint) 1123 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpPoint); 1128 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(global::System.Drawing.Point* lpPoint); 1133 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo(winmdroot.Foundation.HINSTANCE hInstance, string lpClassName, out winmdroot.UI.WindowsAndMessaging.WNDCLASSW lpWndClass) 1139 winmdroot.Foundation.BOOL __result = PInvoke.GetClassInfo(hInstance, lpClassNameLocal, lpWndClassLocal); 1166 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 1169 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hInstance, lpClassName, lpWndClass); 1174 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass); 1211 internal static unsafe winmdroot.Foundation.BOOL GetClipCursor(out winmdroot.Foundation.RECT lpRect) 1215 winmdroot.Foundation.BOOL __result = PInvoke.GetClipCursor(lpRectLocal); 1233 internal static unsafe winmdroot.Foundation.BOOL GetClipCursor(winmdroot.Foundation.RECT* lpRect) 1236 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpRect); 1241 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.RECT* lpRect); 1246 internal static unsafe winmdroot.Foundation.BOOL GetComboBoxInfo(winmdroot.Foundation.HWND hwndCombo, ref winmdroot.UI.Controls.COMBOBOXINFO pcbi) 1250 winmdroot.Foundation.BOOL __result = PInvoke.GetComboBoxInfo(hwndCombo, pcbiLocal); 1269 internal static unsafe winmdroot.Foundation.BOOL GetComboBoxInfo(winmdroot.Foundation.HWND hwndCombo, winmdroot.UI.Controls.COMBOBOXINFO* pcbi) 1272 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hwndCombo, pcbi); 1277 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hwndCombo, winmdroot.UI.Controls.COMBOBOXINFO* pcbi); 1293 internal static unsafe winmdroot.Foundation.BOOL GetCursorPos(out global::System.Drawing.Point lpPoint) 1297 winmdroot.Foundation.BOOL __result = PInvoke.GetCursorPos(lpPointLocal); 1315 internal static unsafe winmdroot.Foundation.BOOL GetCursorPos(global::System.Drawing.Point* lpPoint) 1318 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpPoint); 1323 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(global::System.Drawing.Point* lpPoint); 1376 internal static unsafe uint GetDlgItemInt(winmdroot.Foundation.HWND hDlg, int nIDDlgItem, [Optional] winmdroot.Foundation.BOOL* lpTranslated, winmdroot.Foundation.BOOL bSigned) 1384 static extern unsafe uint LocalExternFunction(winmdroot.Foundation.HWND hDlg, int nIDDlgItem, [Optional] winmdroot.Foundation.BOOL* lpTranslated, winmdroot.Foundation.BOOL bSigned); 1478 internal static unsafe winmdroot.Foundation.BOOL GetKeyboardState(Span<byte> lpKeyState) 1483 winmdroot.Foundation.BOOL __result = PInvoke.GetKeyboardState(lpKeyStateLocal); 1502 internal static unsafe winmdroot.Foundation.BOOL GetKeyboardState(byte* lpKeyState) 1505 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpKeyState); 1510 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(byte* lpKeyState); 1566 /// <inheritdoc cref="GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU, uint, winmdroot.Foundation.BOOL, winmdroot.UI.WindowsAndMessaging.MENUITEMINFOW*)"/> 1568 internal static unsafe winmdroot.Foundation.BOOL GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, ref winmdroot.UI.WindowsAndMessaging.MENUITEMINFOW lpmii) 1572 winmdroot.Foundation.BOOL __result = PInvoke.GetMenuItemInfo(hmenu, item, fByPosition, lpmiiLocal); 1602 internal static unsafe winmdroot.Foundation.BOOL GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, winmdroot.UI.WindowsAndMessaging.MENUITEMINFOW* lpmii) 1605 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hmenu, item, fByPosition, lpmii); 1610 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, winmdroot.UI.WindowsAndMessaging.MENUITEMINFOW* lpmii); 1615 internal static unsafe winmdroot.Foundation.BOOL GetMessage(out winmdroot.UI.WindowsAndMessaging.MSG lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax) 1619 winmdroot.Foundation.BOOL __result = PInvoke.GetMessage(lpMsgLocal, hWnd, wMsgFilterMin, wMsgFilterMax); 1655 internal static unsafe winmdroot.Foundation.BOOL GetMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax) 1658 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax); 1663 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax); 1715 internal static unsafe winmdroot.Foundation.BOOL GetPhysicalCursorPos(out global::System.Drawing.Point lpPoint) 1719 winmdroot.Foundation.BOOL __result = PInvoke.GetPhysicalCursorPos(lpPointLocal); 1735 internal static unsafe winmdroot.Foundation.BOOL GetPhysicalCursorPos(global::System.Drawing.Point* lpPoint) 1738 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpPoint); 1743 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(global::System.Drawing.Point* lpPoint); 1759 internal static winmdroot.Foundation.BOOL CloseWindowStation(winmdroot.System.StationsAndDesktops.HWINSTA hWinSta) 1762 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWinSta); 1767 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.System.StationsAndDesktops.HWINSTA hWinSta); 1792 internal static unsafe winmdroot.Foundation.BOOL GetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, ref winmdroot.UI.WindowsAndMessaging.SCROLLINFO lpsi) 1796 winmdroot.Foundation.BOOL __result = PInvoke.GetScrollInfo(hwnd, nBar, lpsiLocal); 1821 internal static unsafe winmdroot.Foundation.BOOL GetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.SCROLLINFO* lpsi) 1824 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hwnd, nBar, lpsi); 1829 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.SCROLLINFO* lpsi); 1850 internal static extern winmdroot.UI.WindowsAndMessaging.HMENU GetSystemMenu(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.BOOL bRevert); 1902 internal static extern unsafe winmdroot.Foundation.BOOL GetUpdateRect(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lpRect, winmdroot.Foundation.BOOL bErase); 1915 internal static extern winmdroot.Graphics.Gdi.GDI_REGION_TYPE GetUpdateRgn(winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Gdi.HRGN hRgn, winmdroot.Foundation.BOOL bErase); 1934 internal static unsafe winmdroot.Foundation.BOOL GetUserObjectInformation(winmdroot.Foundation.HANDLE hObj, winmdroot.System.StationsAndDesktops.USER_OBJECT_INFORMATION_INDEX nIndex, [Optional] void* pvInfo, uint nLength, [Optional] uint* lpnLengthNeeded) 1937 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hObj, nIndex, pvInfo, nLength, lpnLengthNeeded); 1942 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hObj, winmdroot.System.StationsAndDesktops.USER_OBJECT_INFORMATION_INDEX nIndex, [Optional] void* pvInfo, uint nLength, [Optional] uint* lpnLengthNeeded); 1969 internal static unsafe winmdroot.Foundation.BOOL GetWindowDisplayAffinity(winmdroot.Foundation.HWND hWnd, out uint pdwAffinity) 1973 winmdroot.Foundation.BOOL __result = PInvoke.GetWindowDisplayAffinity(hWnd, pdwAffinityLocal); 1996 internal static unsafe winmdroot.Foundation.BOOL GetWindowDisplayAffinity(winmdroot.Foundation.HWND hWnd, uint* pdwAffinity) 1999 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, pdwAffinity); 2004 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, uint* pdwAffinity); 2020 internal static unsafe winmdroot.Foundation.BOOL GetWindowPlacement(winmdroot.Foundation.HWND hWnd, ref winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT lpwndpl) 2024 winmdroot.Foundation.BOOL __result = PInvoke.GetWindowPlacement(hWnd, lpwndplLocal); 2046 internal static unsafe winmdroot.Foundation.BOOL GetWindowPlacement(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT* lpwndpl) 2049 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpwndpl); 2054 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT* lpwndpl); 2070 internal static winmdroot.Foundation.BOOL HideCaret(winmdroot.Foundation.HWND hWnd) 2073 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd); 2078 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd); 2081 /// <inheritdoc cref="InvalidateRect(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/> 2083 internal static unsafe winmdroot.Foundation.BOOL InvalidateRect(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT? lpRect, winmdroot.Foundation.BOOL bErase) 2086 winmdroot.Foundation.BOOL __result = PInvoke.InvalidateRect(hWnd, lpRect.HasValue ? &lpRectLocal : null, bErase); 2103 internal static extern unsafe winmdroot.Foundation.BOOL InvalidateRect(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lpRect, winmdroot.Foundation.BOOL bErase); 2116 internal static extern winmdroot.Foundation.BOOL InvalidateRgn(winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Gdi.HRGN hRgn, winmdroot.Foundation.BOOL bErase); 2135 internal static extern winmdroot.Foundation.BOOL IsChild(winmdroot.Foundation.HWND hWndParent, winmdroot.Foundation.HWND hWnd); 2139 internal static unsafe winmdroot.Foundation.BOOL IsDialogMessage(winmdroot.Foundation.HWND hDlg, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 2143 winmdroot.Foundation.BOOL __result = PInvoke.IsDialogMessage(hDlg, lpMsgLocal); 2167 internal static extern unsafe winmdroot.Foundation.BOOL IsDialogMessage(winmdroot.Foundation.HWND hDlg, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 2178 internal static extern winmdroot.Foundation.BOOL IsProcessDPIAware(); 2189 internal static extern winmdroot.Foundation.BOOL IsValidDpiAwarenessContext(winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT value); 2202 internal static extern winmdroot.Foundation.BOOL IsWindow(winmdroot.Foundation.HWND hWnd); 2215 internal static extern winmdroot.Foundation.BOOL IsWindowEnabled(winmdroot.Foundation.HWND hWnd); 2231 internal static extern winmdroot.Foundation.BOOL IsWindowUnicode(winmdroot.Foundation.HWND hWnd); 2247 internal static extern winmdroot.Foundation.BOOL IsWindowVisible(winmdroot.Foundation.HWND hWnd); 2262 internal static extern winmdroot.Foundation.BOOL IsZoomed(winmdroot.Foundation.HWND hWnd); 2278 internal static winmdroot.Foundation.BOOL KillTimer(winmdroot.Foundation.HWND hWnd, nuint uIDEvent) 2281 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, uIDEvent); 2286 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, nuint uIDEvent); 2362 internal static winmdroot.Foundation.BOOL MessageBeep(winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_STYLE uType) 2365 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(uType); 2370 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_STYLE uType); 2527 internal static winmdroot.System.StationsAndDesktops.HDESK OpenInputDesktop(winmdroot.System.StationsAndDesktops.DESKTOP_CONTROL_FLAGS dwFlags, winmdroot.Foundation.BOOL fInherit, winmdroot.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS dwDesiredAccess) 2535 static extern winmdroot.System.StationsAndDesktops.HDESK LocalExternFunction(winmdroot.System.StationsAndDesktops.DESKTOP_CONTROL_FLAGS dwFlags, winmdroot.Foundation.BOOL fInherit, winmdroot.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS dwDesiredAccess); 2578 internal static winmdroot.Foundation.BOOL PostThreadMessage(uint idThread, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam) 2581 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(idThread, Msg, wParam, lParam); 2586 static extern winmdroot.Foundation.BOOL LocalExternFunction(uint idThread, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam); 2591 internal static unsafe winmdroot.Foundation.BOOL RedrawWindow(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT? lprcUpdate, winmdroot.Graphics.Gdi.HRGN hrgnUpdate, winmdroot.Graphics.Gdi.REDRAW_WINDOW_FLAGS flags) 2594 winmdroot.Foundation.BOOL __result = PInvoke.RedrawWindow(hWnd, lprcUpdate.HasValue ? &lprcUpdateLocal : null, hrgnUpdate, flags); 2613 internal static extern unsafe winmdroot.Foundation.BOOL RedrawWindow(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lprcUpdate, winmdroot.Graphics.Gdi.HRGN hrgnUpdate, winmdroot.Graphics.Gdi.REDRAW_WINDOW_FLAGS flags); 2691 internal static winmdroot.Foundation.BOOL ReleaseCapture() 2694 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(); 2699 static extern winmdroot.Foundation.BOOL LocalExternFunction(); 2718 internal static unsafe winmdroot.Foundation.BOOL ScreenToClient(winmdroot.Foundation.HWND hWnd, ref global::System.Drawing.Point lpPoint) 2722 winmdroot.Foundation.BOOL __result = PInvoke.ScreenToClient(hWnd, lpPointLocal); 2739 internal static extern unsafe winmdroot.Foundation.BOOL ScreenToClient(winmdroot.Foundation.HWND hWnd, global::System.Drawing.Point* lpPoint); 2743 internal static unsafe winmdroot.Foundation.BOOL ScrollWindow(winmdroot.Foundation.HWND hWnd, int XAmount, int YAmount, winmdroot.Foundation.RECT? lpRect, winmdroot.Foundation.RECT? lpClipRect) 2747 winmdroot.Foundation.BOOL __result = PInvoke.ScrollWindow(hWnd, XAmount, YAmount, lpRect.HasValue ? &lpRectLocal : null, lpClipRect.HasValue ? &lpClipRectLocal : null); 2780 internal static unsafe winmdroot.Foundation.BOOL ScrollWindow(winmdroot.Foundation.HWND hWnd, int XAmount, int YAmount, [Optional] winmdroot.Foundation.RECT* lpRect, [Optional] winmdroot.Foundation.RECT* lpClipRect) 2783 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, XAmount, YAmount, lpRect, lpClipRect); 2788 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, int XAmount, int YAmount, [Optional] winmdroot.Foundation.RECT* lpRect, [Optional] winmdroot.Foundation.RECT* lpClipRect); 2960 internal static unsafe winmdroot.Foundation.BOOL SendMessageCallback(winmdroot.Foundation.HWND hWnd, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam, delegate *unmanaged[Stdcall]<global::Windows.Win32.Foundation.HWND,uint,nuint,global::Windows.Win32.Foundation.LRESULT,void> lpResultCallBack, nuint dwData) 2963 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, Msg, wParam, lParam, lpResultCallBack, dwData); 2968 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam, delegate *unmanaged[Stdcall]<global::Windows.Win32.Foundation.HWND,uint,nuint,global::Windows.Win32.Foundation.LRESULT,void> lpResultCallBack, nuint dwData); 3090 internal static winmdroot.Foundation.BOOL SetCursorPos(int X, int Y) 3093 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(X, Y); 3098 static extern winmdroot.Foundation.BOOL LocalExternFunction(int X, int Y); 3139 internal static extern winmdroot.Foundation.BOOL SetForegroundWindow(winmdroot.Foundation.HWND hWnd); 3143 internal static unsafe winmdroot.Foundation.BOOL SetKeyboardState(ReadOnlySpan<byte> lpKeyState) 3148 winmdroot.Foundation.BOOL __result = PInvoke.SetKeyboardState(lpKeyStateLocal); 3163 internal static unsafe winmdroot.Foundation.BOOL SetKeyboardState(byte* lpKeyState) 3166 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpKeyState); 3171 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(byte* lpKeyState); 3197 internal static winmdroot.Foundation.BOOL SetLayeredWindowAttributes(winmdroot.Foundation.HWND hwnd, winmdroot.Foundation.COLORREF crKey, byte bAlpha, winmdroot.UI.WindowsAndMessaging.LAYERED_WINDOW_ATTRIBUTES_FLAGS dwFlags) 3200 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hwnd, crKey, bAlpha, dwFlags); 3205 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hwnd, winmdroot.Foundation.COLORREF crKey, byte bAlpha, winmdroot.UI.WindowsAndMessaging.LAYERED_WINDOW_ATTRIBUTES_FLAGS dwFlags); 3225 internal static winmdroot.Foundation.BOOL SetMenu(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.HMENU hMenu) 3228 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, hMenu); 3233 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.HMENU hMenu); 3272 internal static extern winmdroot.Foundation.BOOL SetProcessDPIAware(); 3284 internal static winmdroot.Foundation.BOOL SetProcessDpiAwarenessContext(winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT value) 3287 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(value); 3292 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT value); 3295 /// <inheritdoc cref="SetScrollInfo(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS, winmdroot.UI.WindowsAndMessaging.SCROLLINFO*, winmdroot.Foundation.BOOL)"/> 3297 internal static unsafe int SetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, in winmdroot.UI.WindowsAndMessaging.SCROLLINFO lpsi, winmdroot.Foundation.BOOL redraw) 3329 internal static extern unsafe int SetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.SCROLLINFO* lpsi, winmdroot.Foundation.BOOL redraw); 3354 internal static int SetScrollPos(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, int nPos, winmdroot.Foundation.BOOL bRedraw) 3362 static extern int LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, int nPos, winmdroot.Foundation.BOOL bRedraw); 3437 internal static winmdroot.Foundation.BOOL SetWindowDisplayAffinity(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOW_DISPLAY_AFFINITY dwAffinity) 3440 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, dwAffinity); 3445 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOW_DISPLAY_AFFINITY dwAffinity); 3450 internal static unsafe winmdroot.Foundation.BOOL SetWindowPlacement(winmdroot.Foundation.HWND hWnd, in winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT lpwndpl) 3454 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowPlacement(hWnd, lpwndplLocal); 3476 internal static unsafe winmdroot.Foundation.BOOL SetWindowPlacement(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT* lpwndpl) 3479 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpwndpl); 3484 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT* lpwndpl); 3519 internal static winmdroot.Foundation.BOOL SetWindowPos(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.HWND hWndInsertAfter, int X, int Y, int cx, int cy, winmdroot.UI.WindowsAndMessaging.SET_WINDOW_POS_FLAGS uFlags) 3522 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, hWndInsertAfter, X, Y, cx, cy, uFlags); 3527 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.HWND hWndInsertAfter, int X, int Y, int cx, int cy, winmdroot.UI.WindowsAndMessaging.SET_WINDOW_POS_FLAGS uFlags); 3549 internal static extern int SetWindowRgn(winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Gdi.HRGN hRgn, winmdroot.Foundation.BOOL bRedraw); 3591 internal static unsafe winmdroot.Foundation.BOOL SetWindowText(winmdroot.Foundation.HWND hWnd, string lpString) 3595 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowText(hWnd, lpStringLocal); 3617 internal static winmdroot.Foundation.BOOL SetWindowText(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.PCWSTR lpString) 3620 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpString); 3625 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.PCWSTR lpString); 3643 internal static extern winmdroot.Foundation.BOOL UnhookWinEvent(winmdroot.UI.Accessibility.HWINEVENTHOOK hWinEventHook); 3702 internal static winmdroot.Foundation.BOOL ShowCaret(winmdroot.Foundation.HWND hWnd) 3705 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd); 3710 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd); 3727 internal static extern int ShowCursor(winmdroot.Foundation.BOOL bShow); 3745 internal static extern winmdroot.Foundation.BOOL ShowWindow(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.SHOW_WINDOW_CMD nCmdShow); 3749 internal static unsafe winmdroot.Foundation.BOOL TrackMouseEvent(ref winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT lpEventTrack) 3753 winmdroot.Foundation.BOOL __result = PInvoke.TrackMouseEvent(lpEventTrackLocal); 3772 internal static unsafe winmdroot.Foundation.BOOL TrackMouseEvent(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrack) 3775 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpEventTrack); 3780 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrack); 3785 internal static unsafe winmdroot.Foundation.BOOL TranslateMDISysAccel(winmdroot.Foundation.HWND hWndClient, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 3789 winmdroot.Foundation.BOOL __result = PInvoke.TranslateMDISysAccel(hWndClient, lpMsgLocal); 3811 internal static extern unsafe winmdroot.Foundation.BOOL TranslateMDISysAccel(winmdroot.Foundation.HWND hWndClient, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 3815 internal static unsafe winmdroot.Foundation.BOOL TranslateMessage(in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 3819 winmdroot.Foundation.BOOL __result = PInvoke.TranslateMessage(lpMsgLocal); 3839 internal static extern unsafe winmdroot.Foundation.BOOL TranslateMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 3851 internal static extern winmdroot.Foundation.BOOL UpdateWindow(winmdroot.Foundation.HWND hWnd); 3855 internal static unsafe winmdroot.Foundation.BOOL ValidateRect(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT? lpRect) 3858 winmdroot.Foundation.BOOL __result = PInvoke.ValidateRect(hWnd, lpRect.HasValue ? &lpRectLocal : null); 3874 internal static extern unsafe winmdroot.Foundation.BOOL ValidateRect(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lpRect); 3900 internal static winmdroot.Foundation.BOOL WaitMessage() 3903 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(); 3908 static extern winmdroot.Foundation.BOOL LocalExternFunction();
Windows.Win32.PInvoke.UXTHEME.dll.g.cs (11)
413 /// <inheritdoc cref="GetThemeBool(winmdroot.UI.Controls.HTHEME, int, int, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID, winmdroot.Foundation.BOOL*)"/> 415 internal static unsafe winmdroot.Foundation.HRESULT GetThemeBool(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID iPropId, out winmdroot.Foundation.BOOL pfVal) 417 fixed (winmdroot.Foundation.BOOL* pfValLocal = &pfVal) 449 internal static unsafe winmdroot.Foundation.HRESULT GetThemeBool(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID iPropId, winmdroot.Foundation.BOOL* pfVal) 455 static extern unsafe winmdroot.Foundation.HRESULT LocalExternFunction(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, int iPropId, winmdroot.Foundation.BOOL* pfVal); 926 internal static winmdroot.Foundation.BOOL GetThemeSysBool(winmdroot.UI.Controls.HTHEME hTheme, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID iBoolId) 928 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hTheme, (int)iBoolId); 932 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.Controls.HTHEME hTheme, int iBoolId); 1152 internal static extern winmdroot.Foundation.BOOL IsAppThemed(); 1176 internal static extern winmdroot.Foundation.BOOL IsThemeBackgroundPartiallyTransparent(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId); 1200 internal static extern winmdroot.Foundation.BOOL IsThemePartDefined(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId);
Windows.Win32.SECURITY_ATTRIBUTES.g.cs (1)
37 internal winmdroot.Foundation.BOOL bInheritHandle;
Windows.Win32.System_Ole_IOleInPlaceActiveObject_Extensions.g.cs (2)
41 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceActiveObject.Interface.ResizeBorder(winmdroot.Foundation.RECT*, winmdroot.System.Ole.IOleInPlaceUIWindow*, winmdroot.Foundation.BOOL)"/> 42 internal static unsafe winmdroot.Foundation.HRESULT ResizeBorder(this winmdroot.System.Ole.IOleInPlaceActiveObject.Interface @this, in winmdroot.Foundation.RECT prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow)
Windows.Win32.UI_Accessibility_IRangeValueProvider_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRangeValueProvider.Interface.get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(this winmdroot.UI.Accessibility.IRangeValueProvider.Interface @this, out winmdroot.Foundation.BOOL pRetVal) 36 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal)
Windows.Win32.UI_Accessibility_ISelectionItemProvider_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.ISelectionItemProvider.Interface.get_IsSelected(winmdroot.Foundation.BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT get_IsSelected(this winmdroot.UI.Accessibility.ISelectionItemProvider.Interface @this, out winmdroot.Foundation.BOOL pRetVal) 26 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal)
Windows.Win32.UI_Accessibility_ISelectionProvider_Extensions.g.cs (6)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.ISelectionProvider.Interface.get_CanSelectMultiple(winmdroot.Foundation.BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_CanSelectMultiple(this winmdroot.UI.Accessibility.ISelectionProvider.Interface @this, out winmdroot.Foundation.BOOL pRetVal) 36 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 43 /// <inheritdoc cref="winmdroot.UI.Accessibility.ISelectionProvider.Interface.get_IsSelectionRequired(winmdroot.Foundation.BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_IsSelectionRequired(this winmdroot.UI.Accessibility.ISelectionProvider.Interface @this, out winmdroot.Foundation.BOOL pRetVal) 46 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal)
Windows.Win32.UI_Accessibility_ITextProvider2_Extensions.g.cs (3)
43 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITextProvider2.Interface.GetCaretRange(winmdroot.Foundation.BOOL*, winmdroot.UI.Accessibility.ITextRangeProvider**)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT GetCaretRange(this winmdroot.UI.Accessibility.ITextProvider2.Interface @this, out winmdroot.Foundation.BOOL isActive, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal) 46 fixed (winmdroot.Foundation.BOOL* isActiveLocal = &isActive)
Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.Compare(winmdroot.UI.Accessibility.ITextRangeProvider*, winmdroot.Foundation.BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Compare(this winmdroot.UI.Accessibility.ITextRangeProvider.Interface @this, winmdroot.UI.Accessibility.ITextRangeProvider* range, out winmdroot.Foundation.BOOL pRetVal) 26 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal)
Windows.Win32.UI_Accessibility_IUIAutomation_Extensions.g.cs (9)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomation.Interface.CompareElements(winmdroot.UI.Accessibility.IUIAutomationElement*, winmdroot.UI.Accessibility.IUIAutomationElement*, winmdroot.Foundation.BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT CompareElements(this winmdroot.UI.Accessibility.IUIAutomation.Interface @this, winmdroot.UI.Accessibility.IUIAutomationElement* el1, winmdroot.UI.Accessibility.IUIAutomationElement* el2, out winmdroot.Foundation.BOOL areSame) 26 fixed (winmdroot.Foundation.BOOL* areSameLocal = &areSame) 33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomation.Interface.CompareRuntimeIds(winmdroot.System.Com.SAFEARRAY*, winmdroot.System.Com.SAFEARRAY*, winmdroot.Foundation.BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT CompareRuntimeIds(this winmdroot.UI.Accessibility.IUIAutomation.Interface @this, winmdroot.System.Com.SAFEARRAY* runtimeId1, winmdroot.System.Com.SAFEARRAY* runtimeId2, out winmdroot.Foundation.BOOL areSame) 36 fixed (winmdroot.Foundation.BOOL* areSameLocal = &areSame) 132 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomation.Interface.CheckNotSupported(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BOOL*)"/> 133 internal static unsafe winmdroot.Foundation.HRESULT CheckNotSupported(this winmdroot.UI.Accessibility.IUIAutomation.Interface @this, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.BOOL isNotSupported) 135 fixed (winmdroot.Foundation.BOOL* isNotSupportedLocal = &isNotSupported)
Windows.Win32.UI_Accessibility_IUIAutomationElement_Extensions.g.cs (7)
43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.Foundation.BOOL, winmdroot.System.Variant.VARIANT*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT GetCurrentPropertyValueEx(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, out winmdroot.System.Variant.VARIANT retVal) 63 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.Foundation.BOOL, winmdroot.System.Variant.VARIANT*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT GetCachedPropertyValueEx(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, out winmdroot.System.Variant.VARIANT retVal) 109 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetClickablePoint(global::System.Drawing.Point*, winmdroot.Foundation.BOOL*)"/> 110 internal static unsafe winmdroot.Foundation.HRESULT GetClickablePoint(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, out global::System.Drawing.Point clickable, out winmdroot.Foundation.BOOL gotClickable) 112 fixed (winmdroot.Foundation.BOOL* gotClickableLocal = &gotClickable)
Windows.Win32.UI_Accessibility_IUIAutomationProxyFactoryEntry_Extensions.g.cs (9)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.get_AllowSubstringMatch(winmdroot.Foundation.BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT get_AllowSubstringMatch(this winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface @this, out winmdroot.Foundation.BOOL allowSubstringMatch) 26 fixed (winmdroot.Foundation.BOOL* allowSubstringMatchLocal = &allowSubstringMatch) 33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.get_CanCheckBaseClass(winmdroot.Foundation.BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_CanCheckBaseClass(this winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface @this, out winmdroot.Foundation.BOOL canCheckBaseClass) 36 fixed (winmdroot.Foundation.BOOL* canCheckBaseClassLocal = &canCheckBaseClass) 43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.get_NeedsAdviseEvents(winmdroot.Foundation.BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_NeedsAdviseEvents(this winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface @this, out winmdroot.Foundation.BOOL adviseEvents) 46 fixed (winmdroot.Foundation.BOOL* adviseEventsLocal = &adviseEvents)
Windows.Win32.UI_Accessibility_IValueProvider_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.Interface.get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(this winmdroot.UI.Accessibility.IValueProvider.Interface @this, out winmdroot.Foundation.BOOL pRetVal) 36 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal)
Windows.Win32.UI_Controls_RichEdit_IRichEditOleCallback_Extensions.g.cs (4)
43 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface.QueryAcceptData(winmdroot.System.Com.IDataObject*, ushort*, winmdroot.System.SystemServices.RECO_FLAGS, winmdroot.Foundation.BOOL, winmdroot.Foundation.HGLOBAL)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT QueryAcceptData(this winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface @this, winmdroot.System.Com.IDataObject* lpdataobj, ref ushort lpcfFormat, winmdroot.System.SystemServices.RECO_FLAGS reco, winmdroot.Foundation.BOOL fReally, winmdroot.Foundation.HGLOBAL hMetaPict) 63 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface.GetDragDropEffect(winmdroot.Foundation.BOOL, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.System.Ole.DROPEFFECT*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(this winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface @this, winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, ref winmdroot.System.Ole.DROPEFFECT pdwEffect)
Windows.Win32.UI_Shell_IFileDialogCustomize_Extensions.g.cs (5)
43 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddCheckButton(uint, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.BOOL)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT AddCheckButton(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, string pszLabel, winmdroot.Foundation.BOOL bChecked) 113 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.GetCheckButtonState(uint, winmdroot.Foundation.BOOL*)"/> 114 internal static unsafe winmdroot.Foundation.HRESULT GetCheckButtonState(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, out winmdroot.Foundation.BOOL pbChecked) 116 fixed (winmdroot.Foundation.BOOL* pbCheckedLocal = &pbChecked)
Windows.Win32.USEROBJECTFLAGS.g.cs (2)
30 internal winmdroot.Foundation.BOOL fInherit; 33 internal winmdroot.Foundation.BOOL fReserved;
Windows\Win32\Foundation\Interop.PARAM.cs (1)
50=> (nint)(BOOL)(value);
Windows\Win32\PInvoke.ChooseColor.cs (1)
12public static extern unsafe BOOL ChooseColor(CHOOSECOLORW* param0);
Windows\Win32\PInvoke.ChooseFont.cs (1)
12public static extern unsafe BOOL ChooseFont(CHOOSEFONTW* lpcf);
Windows\Win32\PInvoke.ClientToScreen.cs (2)
11public static BOOL ClientToScreen<T>(T hWnd, ref Point lpPoint) 14BOOL result = ClientToScreen(hWnd.Handle, ref lpPoint);
Windows\Win32\PInvoke.CloseHandle.cs (2)
9public static BOOL CloseHandle<T>(T handle) where T : IHandle<HANDLE> 11BOOL result = CloseHandle(handle.Handle);
Windows\Win32\PInvoke.DestroyAcceleratorTable.cs (2)
9public static BOOL DestroyAcceleratorTable<T>(T hAccel) 12BOOL result = DestroyAcceleratorTable(hAccel.Handle);
Windows\Win32\PInvoke.DrawMenuBar.cs (2)
9public static BOOL DrawMenuBar<T>(T hWnd) 12BOOL result = DrawMenuBar(hWnd.Handle);
Windows\Win32\PInvoke.EnableMenuItem.cs (2)
9public static BOOL EnableMenuItem<T>(T hMenu, uint uIDEnableItem, MENU_ITEM_FLAGS uEnable) 12BOOL result = EnableMenuItem(hMenu.Handle, uIDEnableItem, uEnable);
Windows\Win32\PInvoke.EnableScrollBar.cs (2)
9public static BOOL EnableScrollBar<T>(T hWnd, SCROLLBAR_CONSTANTS wSBflags, ENABLE_SCROLL_BAR_ARROWS wArrows) 12BOOL result = EnableScrollBar(hWnd.Handle, (uint)wSBflags, wArrows);
Windows\Win32\PInvoke.EnableWindow.cs (4)
8/// <inheritdoc cref="EnableWindow(HWND, BOOL)"/> 9public static BOOL EnableWindow<T>(T hWnd, BOOL bEnable) 12BOOL result = EnableWindow(hWnd.Handle, bEnable);
Windows\Win32\PInvoke.EndDialog.cs (2)
9public static BOOL EndDialog<T>(T hDlg, IntPtr nResult) 12BOOL result = EndDialog(hDlg.Handle, nResult);
Windows\Win32\PInvoke.GetOpenFileName.cs (2)
13public static extern unsafe BOOL GetOpenFileName(OPENFILENAME* param0); 16public static extern unsafe BOOL GetSaveFileName(OPENFILENAME* param0);
Windows\Win32\PInvoke.GetScrollInfo.cs (2)
9public static BOOL GetScrollInfo<T>(T hwnd, SCROLLBAR_CONSTANTS nBar, ref SCROLLINFO lpsi) 12BOOL result = GetScrollInfo(hwnd.Handle, nBar, ref lpsi);
Windows\Win32\PInvoke.GetSystemMenu.cs (2)
8/// <inheritdoc cref="GetSystemMenu(HWND, BOOL)"/> 9public static HMENU GetSystemMenu<T>(T hwnd, BOOL bRevert) where T : IHandle<HWND>
Windows\Win32\PInvoke.GetTextExtentPoint32.cs (2)
11public static unsafe BOOL GetTextExtentPoint32W<T>(T hdc, string lpString, int c, Size size) where T : IHandle<HDC> 15BOOL result = GetTextExtentPoint32W(hdc.Handle, pString, c, (SIZE*)(void*)&size);
Windows\Win32\PInvoke.ImageList.cs (3)
32BOOL result = ImageList_Draw(himl.Handle, i, hdcDst, x, y, fStyle); 121public static BOOL Write<T>(T himl, Stream pstm) where T : IHandle<HIMAGELIST> 124BOOL result = ImageList_Write(himl.Handle, stream);
Windows\Win32\PInvoke.ImmReleaseContext.cs (2)
11public static BOOL ImmReleaseContext<T>(T hWnd, HIMC hIMC) where T : IHandle<HWND> 13BOOL result = ImmReleaseContext(hWnd.Handle, hIMC);
Windows\Win32\PInvoke.InvalidateRect.cs (4)
8/// <inheritdoc cref="InvalidateRect(HWND, RECT*, BOOL)"/> 9public static unsafe BOOL InvalidateRect<T>(T hWnd, RECT* lpRect, BOOL bErase) 12BOOL result = InvalidateRect(hWnd.Handle, lpRect, bErase);
Windows\Win32\PInvoke.InvalidateRgn.cs (4)
8/// <inheritdoc cref="InvalidateRgn(HWND, HRGN, BOOL)"/> 9public static BOOL InvalidateRgn<T>(T hWnd, HRGN hrgn, BOOL erase) 12BOOL result = InvalidateRgn(hWnd.Handle, hrgn, erase);
Windows\Win32\PInvoke.IsChild.cs (2)
9public static BOOL IsChild<TParent, TChild>(TParent hWndParent, TChild hWnd) 13BOOL result = IsChild(hWndParent.Handle, hWnd.Handle);
Windows\Win32\PInvoke.IsWindow.cs (2)
9public static BOOL IsWindow<T>(T hWnd) where T : IHandle<HWND> 11BOOL result = IsWindow(hWnd.Handle);
Windows\Win32\PInvoke.IsWindowEnabled.cs (2)
9public static BOOL IsWindowEnabled<T>(T hWnd) where T : IHandle<HWND> 11BOOL result = IsWindowEnabled(hWnd.Handle);
Windows\Win32\PInvoke.IsWindowVisible.cs (2)
9public static BOOL IsWindowVisible<T>(T hWnd) where T : IHandle<HWND> 11BOOL result = IsWindowVisible(hWnd.Handle);
Windows\Win32\PInvoke.KillTimer.cs (2)
9public static BOOL KillTimer<T>(T hWnd, IntPtr uIDEvent) 12BOOL result = KillTimer(hWnd.Handle, uIDEvent);
Windows\Win32\PInvoke.PageSetupDialog.cs (1)
12public static extern unsafe BOOL PageSetupDlg(PAGESETUPDLGW* param0);
Windows\Win32\PInvoke.PrintDlg.cs (2)
12internal static extern unsafe BOOL PrintDlg(PRINTDLGW_64* pPD); 14internal static unsafe BOOL PrintDlg(PRINTDLGW_32* pPD)
Windows\Win32\PInvoke.RedrawWindow.cs (2)
9public static unsafe BOOL RedrawWindow<T>(T hWnd, RECT* lprcUpdate, HRGN hrgnUpdate, REDRAW_WINDOW_FLAGS flags) 12BOOL result = RedrawWindow(hWnd.Handle, lprcUpdate, hrgnUpdate, flags);
Windows\Win32\PInvoke.ScreenToClient.cs (2)
11public static BOOL ScreenToClient<T>(T hWnd, ref Point lpPoint) 14BOOL result = ScreenToClient(hWnd.Handle, ref lpPoint);
Windows\Win32\PInvoke.ScrollWindow.cs (2)
9public static unsafe BOOL ScrollWindow<T>(T hWnd, int XAmount, int YAmount, RECT* lpRect, RECT* rectClip) 12BOOL result = ScrollWindow(hWnd.Handle, XAmount, YAmount, lpRect, rectClip);
Windows\Win32\PInvoke.SendMessageCallback.cs (2)
11internal static unsafe BOOL SendMessageCallback<T>( 20BOOL result = SendMessageCallback(hWnd.Handle, Msg, wParam, lParam, &NativeCallback, (nuint)(nint)gcHandle);
Windows\Win32\PInvoke.SetForegroundWindow.cs (2)
9public static BOOL SetForegroundWindow<T>(T hWnd) where T : IHandle<HWND> 11BOOL result = SetForegroundWindow(hWnd.Handle);
Windows\Win32\PInvoke.SetLayeredWindowAttributes.cs (2)
9public static BOOL SetLayeredWindowAttributes<T>(T hwnd, COLORREF crKey, byte bAlpha, LAYERED_WINDOW_ATTRIBUTES_FLAGS dwFlags) 12BOOL result = SetLayeredWindowAttributes(hwnd.Handle, crKey, bAlpha, dwFlags);
Windows\Win32\PInvoke.SetMenu.cs (4)
9public static BOOL SetMenu<T>(T hWnd, HMENU hMenu) 12BOOL result = SetMenu(hWnd.Handle, hMenu); 18public static BOOL SetMenu<T1, T2>(T1 hWnd, T2 hMenu) 22BOOL result = SetMenu(hWnd.Handle, hMenu.Handle);
Windows\Win32\PInvoke.SetScrollInfo.cs (2)
8/// <inheritdoc cref="SetScrollInfo(HWND, SCROLLBAR_CONSTANTS, in SCROLLINFO, BOOL)"/> 9public static int SetScrollInfo<T>(T hWnd, SCROLLBAR_CONSTANTS nBar, ref SCROLLINFO lpsi, BOOL redraw)
Windows\Win32\PInvoke.SetScrollPos.cs (2)
8/// <inheritdoc cref="SetScrollPos(HWND, SCROLLBAR_CONSTANTS, int, BOOL)"/> 9public static int SetScrollPos<T>(T hWnd, SCROLLBAR_CONSTANTS nBar, int nPos, BOOL bRedraw)
Windows\Win32\PInvoke.SetWindowPos.cs (2)
9public static BOOL SetWindowPos<T1, T2>(T1 hWnd, T2 hWndInsertAfter, int X, int Y, int cx, int cy, SET_WINDOW_POS_FLAGS uFlags) 13BOOL result = SetWindowPos(hWnd.Handle, hWndInsertAfter.Handle, X, Y, cx, cy, uFlags);
Windows\Win32\PInvoke.SetWindowRgn.cs (2)
8/// <inheritdoc cref="SetWindowRgn(HWND, HRGN, BOOL)"/> 9public static int SetWindowRgn<T>(T hwnd, HRGN hrgn, BOOL fRedraw)
Windows\Win32\PInvoke.SetWindowText.cs (2)
9public static BOOL SetWindowText<T>(T hWnd, string text) where T : IHandle<HWND> 11BOOL result = SetWindowText(hWnd.Handle, text);
Windows\Win32\PInvoke.Shell_NotifyIconW.cs (1)
12public static extern BOOL Shell_NotifyIconW(NOTIFY_ICON_MESSAGE dwMessage, ref NOTIFYICONDATAW lpData);
Windows\Win32\PInvoke.ShowWindow.cs (2)
9public static BOOL ShowWindow<T>(T hWnd, SHOW_WINDOW_CMD nCmdShow) where T : IHandle<HWND> 11BOOL result = ShowWindow(hWnd.Handle, nCmdShow);
Windows\Win32\PInvoke.UpdateWindow.cs (2)
9public static BOOL UpdateWindow<T>(T hWnd) where T : IHandle<HWND> 11BOOL result = UpdateWindow(hWnd.Handle);
Windows\Win32\PInvoke.ValidateRect.cs (2)
9public static unsafe BOOL ValidateRect<T>(T hWnd, RECT* lpRect) 12BOOL result = ValidateRect(hWnd.Handle, lpRect);
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (1)
47LRESULT result = PInvokeCore.SendMessage(sender, message, (WPARAM)(BOOL)state, (LPARAM)i);
System.Windows.Forms.Primitives.Tests (25)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
160public BOOL IsMatchingType(IRecordInfo* pRecordInfoInfo) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (9)
1320yield return new object[] { Array.Empty<BOOL>(), Array.Empty<bool>() }; 1321yield return new object[] { new BOOL[] { BOOL.TRUE, BOOL.FALSE, BOOL.TRUE }, new bool[] { true, false, true } }; 1329BOOL[] boolResult = (BOOL[])result; 1330fixed (BOOL* pResult = boolResult) 5727public BOOL IsMatchingType(IRecordInfo* pRecordInfoInfo) => throw new NotImplementedException();
System\Windows\Forms\Automation\UiaTextRangeTests.cs (15)
245BOOL actual = default; 413yield return new object?[] { "text", "text", BOOL.FALSE, BOOL.FALSE }; 414yield return new object?[] { "other", null, BOOL.FALSE, BOOL.FALSE }; 415yield return new object?[] { "TEXT", "text", BOOL.FALSE, BOOL.TRUE }; 416yield return new object?[] { "TEXT", null, BOOL.FALSE, BOOL.FALSE }; 421internal void UiaTextRange_ITextRangeProvider_FindText_Returns_Correct(string textToSearch, string? foundText, BOOL backward, BOOL ignoreCase) 454Assert.True(((ITextRangeProvider.Interface)textRange).FindText(default, BOOL.TRUE, BOOL.TRUE, actual).Failed); 1024Assert.True(((ITextRangeProvider.Interface)textRange).ScrollIntoView(BOOL.TRUE).Succeeded); 1050Assert.True(((ITextRangeProvider.Interface)textRange).ScrollIntoView(BOOL.TRUE).Succeeded);
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\EmfScope.cs (1)
233private static unsafe BOOL CallBack(
Metafiles\RecordTypes\ENHMETAHEADER.cs (1)
39public BOOL bOpenGL; // TRUE if OpenGL commands are present in
System.Windows.Forms.Tests (40)
System\Windows\Forms\AccessibleObjects\ListBoxAccessibleObjectTests.cs (2)
176Assert.True(provider.get_IsSelectionRequired(out BOOL result).Succeeded); 197Assert.True(provider.get_CanSelectMultiple(out BOOL result).Succeeded);
System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs (1)
1774Assert.True(provider.get_CanSelectMultiple(out BOOL result).Succeeded);
System\Windows\Forms\Application.ComponentManagerTests.cs (10)
347BOOL IMsoComponent.Interface.FDebugMessage(nint hInst, uint msg, WPARAM wParam, LPARAM lParam) 350BOOL IMsoComponent.Interface.FPreTranslateMessage(MSG* msg) 353void IMsoComponent.Interface.OnEnterState(msocstate uStateID, BOOL fEnter) 356void IMsoComponent.Interface.OnAppActivate(BOOL fActive, uint dwOtherThreadID) 363BOOL fSameComponent, 365BOOL fHostIsActivating, 369BOOL IMsoComponent.Interface.FDoIdle(msoidlef grfidlef) => _mock.FDoIdle(grfidlef); 371BOOL IMsoComponent.Interface.FContinueMessageLoop( 376BOOL IMsoComponent.Interface.FQueryTerminate(BOOL fPromptUser) => _mock.FQueryTerminate(fPromptUser);
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (2)
212BOOL isActive = default; 231BOOL isActive = default;
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (3)
198public HRESULT get_KeepOriginalFormat(BOOL* pKeep) => HRESULT.S_OK; 199public HRESULT put_KeepOriginalFormat(BOOL keep) => HRESULT.S_OK; 206public HRESULT SaveAsFile(IStream* pStream, BOOL fSaveMemCopy, int* pCbSize) => HRESULT.S_OK;
System\Windows\Forms\Control.ActiveXImplTests.cs (3)
23HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.FALSE); 48Assert.Throws<NotSupportedException>(() => persistStream.Save(istreamPointer, fClearDirty: BOOL.FALSE)); 65HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.FALSE);
System\Windows\Forms\DataObjectTests.cs (4)
2609pDropFiles->fNC.Should().Be(BOOL.FALSE); 2610pDropFiles->fWide.Should().Be(BOOL.TRUE); 2650pDropFiles->fNC.Should().Be(BOOL.FALSE); 2651pDropFiles->fWide.Should().Be(BOOL.FALSE);
System\Windows\Forms\DragDropFormatTests.cs (3)
39BOOL.Size) 188*(BOOL*)basePtr = (BOOL)inDragLoop;
System\Windows\Forms\DragDropHelperTests.cs (1)
357bool inShellDragLoop = (basePtr is not null) && (*(BOOL*)basePtr == true);
System\Windows\Forms\FormTests.cs (1)
2748Assert.True((BOOL)message.ResultInternal);
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (2)
141BOOL isActive = default; 153BOOL isActive = default;
TextBoxBaseTests.cs (2)
1821PInvokeCore.SendMessage(control, PInvokeCore.EM_SETMODIFY, (WPARAM)(BOOL)true); 2323PInvokeCore.SendMessage(control, PInvokeCore.EM_SETREADONLY, (WPARAM)(BOOL)true);
TextBoxTests.cs (6)
422PInvokeCore.SendMessage(tb, PInvokeCore.WM_PAINT, (WPARAM)(BOOL)false); 424PInvokeCore.SendMessage(tb, PInvokeCore.WM_PAINT, (WPARAM)(BOOL)false); 426PInvokeCore.SendMessage(tb, PInvokeCore.WM_PAINT, (WPARAM)(BOOL)false); 441PInvokeCore.SendMessage(tb, PInvokeCore.WM_PAINT, (WPARAM)(BOOL)false); 443PInvokeCore.SendMessage(tb, PInvokeCore.WM_PAINT, (WPARAM)(BOOL)false); 445PInvokeCore.SendMessage(tb, PInvokeCore.WM_PAINT, (WPARAM)(BOOL)false);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
186Assert.Equal(HRESULT.S_OK, uiAutomationElement.Value->GetClickablePoint(out Point clickable, out BOOL gotClickable));