4 instantiations of BOOL
System.Private.Windows.Core (4)
_generated\9\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);
1992 references to BOOL
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 (34)
_generated\1\Windows.Win32.BlurParams.g.cs (1)
27 internal winmdroot.Foundation.BOOL expandEdge;
_generated\19\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);
_generated\20\Windows.Win32.PInvoke.winspool.drv.g.cs (6)
54 internal static winmdroot.Foundation.BOOL ClosePrinter(winmdroot.Graphics.Printing.PRINTER_HANDLE hPrinter) 57 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hPrinter); 62 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Graphics.Printing.PRINTER_HANDLE hPrinter); 121 internal static unsafe winmdroot.Foundation.BOOL EnumPrinters(uint Flags, [Optional] winmdroot.Foundation.PCWSTR Name, uint Level, [Optional] byte* pPrinterEnum, uint cbBuf, uint* pcbNeeded, uint* pcReturned) 124 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(Flags, Name, Level, pPrinterEnum, cbBuf, pcbNeeded, pcReturned); 129 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(uint Flags, [Optional] winmdroot.Foundation.PCWSTR Name, uint Level, [Optional] byte* pPrinterEnum, uint cbBuf, uint* pcbNeeded, uint* pcReturned);
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;
System.Private.Windows.Core (287)
_generated\126\Windows.Win32.ICONINFO.g.cs (1)
34 internal winmdroot.Foundation.BOOL fIcon;
_generated\127\Windows.Win32.IDataObject.g.cs (7)
250 /// <inheritdoc cref="SetData(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*, winmdroot.Foundation.BOOL)"/> 252 internal unsafe winmdroot.Foundation.HRESULT SetData(in winmdroot.System.Com.FORMATETC pformatetc, in winmdroot.System.Com.STGMEDIUM pmedium, winmdroot.Foundation.BOOL fRelease) 267 private static winmdroot.Foundation.HRESULT SetData(IDataObject* pThis, winmdroot.System.Com.FORMATETC* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease) 296 public unsafe winmdroot.Foundation.HRESULT SetData(winmdroot.System.Com.FORMATETC* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease) 298 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); 506 internal delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.FORMATETC* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetData_8; 561 unsafe winmdroot.Foundation.HRESULT SetData(winmdroot.System.Com.FORMATETC* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease);
_generated\128\Windows.Win32.IDataObjectAsyncCapability.g.cs (21)
60 private static winmdroot.Foundation.HRESULT SetAsyncMode(IDataObjectAsyncCapability* pThis, winmdroot.Foundation.BOOL fDoOpAsync) 89 public winmdroot.Foundation.HRESULT SetAsyncMode(winmdroot.Foundation.BOOL fDoOpAsync) 91 return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), fDoOpAsync); 94 /// <inheritdoc cref="GetAsyncMode(winmdroot.Foundation.BOOL*)"/> 96 internal unsafe winmdroot.Foundation.HRESULT GetAsyncMode(out winmdroot.Foundation.BOOL pfIsOpAsync) 98 fixed (winmdroot.Foundation.BOOL* pfIsOpAsyncLocal = &pfIsOpAsync) 108 private static winmdroot.Foundation.HRESULT GetAsyncMode(IDataObjectAsyncCapability* pThis, winmdroot.Foundation.BOOL* pfIsOpAsync) 134 public unsafe winmdroot.Foundation.HRESULT GetAsyncMode(winmdroot.Foundation.BOOL* pfIsOpAsync) 136 return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), pfIsOpAsync); 173 /// <inheritdoc cref="InOperation(winmdroot.Foundation.BOOL*)"/> 175 internal unsafe winmdroot.Foundation.HRESULT InOperation(out winmdroot.Foundation.BOOL pfInAsyncOp) 177 fixed (winmdroot.Foundation.BOOL* pfInAsyncOpLocal = &pfInAsyncOp) 187 private static winmdroot.Foundation.HRESULT InOperation(IDataObjectAsyncCapability* pThis, winmdroot.Foundation.BOOL* pfInAsyncOp) 213 public unsafe winmdroot.Foundation.HRESULT InOperation(winmdroot.Foundation.BOOL* pfInAsyncOp) 215 return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), pfInAsyncOp); 292 internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetAsyncMode_4; 294 internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetAsyncMode_5; 298 internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> InOperation_7; 331winmdroot.Foundation.HRESULT SetAsyncMode(winmdroot.Foundation.BOOL fDoOpAsync); 334 unsafe winmdroot.Foundation.HRESULT GetAsyncMode(winmdroot.Foundation.BOOL* pfIsOpAsync); 340 unsafe winmdroot.Foundation.HRESULT InOperation(winmdroot.Foundation.BOOL* pfInAsyncOp);
_generated\135\Windows.Win32.IDropSource.g.cs (5)
60 private static winmdroot.Foundation.HRESULT QueryContinueDrag(IDropSource* pThis, winmdroot.Foundation.BOOL fEscapePressed, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState) 85 public winmdroot.Foundation.HRESULT QueryContinueDrag(winmdroot.Foundation.BOOL fEscapePressed, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState) 87 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); 155 internal delegate *unmanaged [Stdcall]<IDropSource*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.HRESULT> QueryContinueDrag_4; 185winmdroot.Foundation.HRESULT QueryContinueDrag(winmdroot.Foundation.BOOL fEscapePressed, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState);
_generated\138\Windows.Win32.IDropTargetHelper.g.cs (5)
249 private static winmdroot.Foundation.HRESULT Show(IDropTargetHelper* pThis, winmdroot.Foundation.BOOL fShow) 275 public winmdroot.Foundation.HRESULT Show(winmdroot.Foundation.BOOL fShow) 277 return ((delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IDropTargetHelper*)Unsafe.AsPointer(ref this), fShow); 317 internal delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Show_8; 360winmdroot.Foundation.HRESULT Show(winmdroot.Foundation.BOOL fShow);
_generated\148\Windows.Win32.IMoniker.g.cs (15)
146 private static winmdroot.Foundation.HRESULT Save(IMoniker* pThis, winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 163 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 165 return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IMoniker*)Unsafe.AsPointer(ref this), pStm, fClearDirty); 355 private static winmdroot.Foundation.HRESULT ComposeWith(IMoniker* pThis, winmdroot.System.Com.IMoniker* pmkRight, winmdroot.Foundation.BOOL fOnlyIfNotGeneric, winmdroot.System.Com.IMoniker** ppmkComposite) 385 public unsafe winmdroot.Foundation.HRESULT ComposeWith(winmdroot.System.Com.IMoniker* pmkRight, winmdroot.Foundation.BOOL fOnlyIfNotGeneric, winmdroot.System.Com.IMoniker** ppmkComposite) 387 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); 393 private static winmdroot.Foundation.HRESULT Enum(IMoniker* pThis, winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.IEnumMoniker** ppenumMoniker) 419 public unsafe winmdroot.Foundation.HRESULT Enum(winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.IEnumMoniker** ppenumMoniker) 421 return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.Foundation.BOOL ,winmdroot.System.Com.IEnumMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IMoniker*)Unsafe.AsPointer(ref this), fForward, ppenumMoniker); 883 internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 893 internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.BOOL ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ComposeWith_12; 895 internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.Foundation.BOOL ,winmdroot.System.Com.IEnumMoniker** ,winmdroot.Foundation.HRESULT> Enum_13; 970 unsafe new winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty); 985 unsafe winmdroot.Foundation.HRESULT ComposeWith(winmdroot.System.Com.IMoniker* pmkRight, winmdroot.Foundation.BOOL fOnlyIfNotGeneric, winmdroot.System.Com.IMoniker** ppmkComposite); 988 unsafe winmdroot.Foundation.HRESULT Enum(winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.IEnumMoniker** ppenumMoniker);
_generated\153\Windows.Win32.IPersistStream.g.cs (5)
163 private static winmdroot.Foundation.HRESULT Save(IPersistStream* pThis, winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 192 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty) 194 return ((delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPersistStream*)Unsafe.AsPointer(ref this), pStm, fClearDirty); 275 internal delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 317 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty);
_generated\154\Windows.Win32.IPicture.g.cs (20)
463 /// <inheritdoc cref="get_KeepOriginalFormat(winmdroot.Foundation.BOOL*)"/> 465 internal unsafe winmdroot.Foundation.HRESULT get_KeepOriginalFormat(out winmdroot.Foundation.BOOL pKeep) 467 fixed (winmdroot.Foundation.BOOL* pKeepLocal = &pKeep) 477 private static winmdroot.Foundation.HRESULT get_KeepOriginalFormat(IPicture* pThis, winmdroot.Foundation.BOOL* pKeep) 503 public unsafe winmdroot.Foundation.HRESULT get_KeepOriginalFormat(winmdroot.Foundation.BOOL* pKeep) 505 return ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IPicture*)Unsafe.AsPointer(ref this), pKeep); 511 private static winmdroot.Foundation.HRESULT put_KeepOriginalFormat(IPicture* pThis, winmdroot.Foundation.BOOL keep) 534 public winmdroot.Foundation.HRESULT put_KeepOriginalFormat(winmdroot.Foundation.BOOL keep) 536 return ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IPicture*)Unsafe.AsPointer(ref this), keep); 569 /// <inheritdoc cref="SaveAsFile(winmdroot.System.Com.IStream*, winmdroot.Foundation.BOOL, int*)"/> 571 internal unsafe winmdroot.Foundation.HRESULT SaveAsFile(winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, out int pCbSize) 583 private static winmdroot.Foundation.HRESULT SaveAsFile(IPicture* pThis, winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, int* pCbSize) 608 public unsafe winmdroot.Foundation.HRESULT SaveAsFile(winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, int* pCbSize) 610 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); 708 internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_KeepOriginalFormat_13; 710 internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_KeepOriginalFormat_14; 714 internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,int* ,winmdroot.Foundation.HRESULT> SaveAsFile_16; 783 unsafe winmdroot.Foundation.HRESULT get_KeepOriginalFormat(winmdroot.Foundation.BOOL* pKeep); 786winmdroot.Foundation.HRESULT put_KeepOriginalFormat(winmdroot.Foundation.BOOL keep); 792 unsafe winmdroot.Foundation.HRESULT SaveAsFile(winmdroot.System.Com.IStream* pStream, winmdroot.Foundation.BOOL fSaveMemCopy, int* pCbSize);
_generated\156\Windows.Win32.IRecordInfo.g.cs (5)
588 private static winmdroot.Foundation.BOOL IsMatchingType(IRecordInfo* pThis, winmdroot.System.Ole.IRecordInfo* pRecordInfo) 612 public unsafe winmdroot.Foundation.BOOL IsMatchingType(winmdroot.System.Ole.IRecordInfo* pRecordInfo) 614 return ((delegate *unmanaged [Stdcall]<IRecordInfo*,winmdroot.System.Ole.IRecordInfo* ,winmdroot.Foundation.BOOL>)lpVtbl[15])((IRecordInfo*)Unsafe.AsPointer(ref this), pRecordInfo); 778 internal delegate *unmanaged [Stdcall]<IRecordInfo*,winmdroot.System.Ole.IRecordInfo* ,winmdroot.Foundation.BOOL> IsMatchingType_16; 861 unsafe winmdroot.Foundation.BOOL IsMatchingType(winmdroot.System.Ole.IRecordInfo* pRecordInfo);
_generated\164\Windows.Win32.ITypeLib.g.cs (8)
354 /// <inheritdoc cref="IsName(winmdroot.Foundation.PWSTR, uint, winmdroot.Foundation.BOOL*)"/> 356 internal unsafe winmdroot.Foundation.HRESULT IsName(ref Span<char>szNameBuf, uint lHashVal, out winmdroot.Foundation.BOOL pfName) 359 fixed (winmdroot.Foundation.BOOL* pfNameLocal = &pfName) 374 private static winmdroot.Foundation.HRESULT IsName(ITypeLib* pThis, winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName) 402 public unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName) 404 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); 547 internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> IsName_11; 607 unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName);
_generated\182\Windows.Win32.PAINTSTRUCT.g.cs (3)
33 internal winmdroot.Foundation.BOOL fErase; 39 internal winmdroot.Foundation.BOOL fRestore; 42 internal winmdroot.Foundation.BOOL fIncUpdate;
_generated\193\Windows.Win32.PInvokeCore.COMCTL32.dll.g.cs (1)
35 internal static extern winmdroot.Foundation.BOOL DestroyPropertySheetPage(winmdroot.UI.Controls.HPROPSHEETPAGE param0);
_generated\195\Windows.Win32.PInvokeCore.GDI32.dll.g.cs (30)
48 internal static winmdroot.Foundation.BOOL BitBlt(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, int cx, int cy, [Optional] 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, [Optional] winmdroot.Graphics.Gdi.HDC hdcSrc, int x1, int y1, winmdroot.Graphics.Gdi.ROP_CODE rop); 67 internal static extern winmdroot.Foundation.BOOL DeleteEnhMetaFile([Optional] winmdroot.Graphics.Gdi.HENHMETAFILE hmf); 94 internal static extern winmdroot.Foundation.BOOL DeleteObject(winmdroot.Graphics.Gdi.HGDIOBJ ho); 397 internal static extern winmdroot.Foundation.BOOL DeleteDC(winmdroot.Graphics.Gdi.HDC hdc); 402 internal static unsafe winmdroot.Foundation.BOOL EnumEnhMetaFile([Optional] 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) 405 winmdroot.Foundation.BOOL __result = PInvokeCore.EnumEnhMetaFile(hdc, hmf, proc, param3, lpRect.HasValue ? &lpRectLocal : null); 423 internal static extern unsafe winmdroot.Foundation.BOOL EnumEnhMetaFile([Optional] 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); 586 internal static unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Foundation.SIZE lpsize) 590 winmdroot.Foundation.BOOL __result = PInvokeCore.GetViewportExtEx(hdc, lpsizeLocal); 606 internal static extern unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.SIZE* lpsize); 611 internal static unsafe winmdroot.Foundation.BOOL GetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, out global::System.Drawing.Point lppoint) 615 winmdroot.Foundation.BOOL __result = PInvokeCore.GetViewportOrgEx(hdc, lppointLocal); 631 internal static extern unsafe winmdroot.Foundation.BOOL GetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, global::System.Drawing.Point* lppoint); 636 internal static unsafe winmdroot.Foundation.BOOL GetWindowOrgEx(winmdroot.Graphics.Gdi.HDC hdc, out global::System.Drawing.Point lppoint) 640 winmdroot.Foundation.BOOL __result = PInvokeCore.GetWindowOrgEx(hdc, lppointLocal); 656 internal static extern unsafe winmdroot.Foundation.BOOL GetWindowOrgEx(winmdroot.Graphics.Gdi.HDC hdc, global::System.Drawing.Point* lppoint); 661 internal static unsafe winmdroot.Foundation.BOOL GetWorldTransform(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Graphics.Gdi.XFORM lpxf) 665 winmdroot.Foundation.BOOL __result = PInvokeCore.GetWorldTransform(hdc, lpxfLocal); 679 internal static extern unsafe winmdroot.Foundation.BOOL GetWorldTransform(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.XFORM* lpxf); 702 internal static unsafe winmdroot.Foundation.BOOL OffsetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, out global::System.Drawing.Point lppt) 706 winmdroot.Foundation.BOOL __result = PInvokeCore.OffsetViewportOrgEx(hdc, x, y, lpptLocal); 713 internal static unsafe winmdroot.Foundation.BOOL OffsetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y) 715 winmdroot.Foundation.BOOL __result = PInvokeCore.OffsetViewportOrgEx(hdc, x, y, default(global::System.Drawing.Point* )); 730 internal static extern unsafe winmdroot.Foundation.BOOL OffsetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] global::System.Drawing.Point* lppt); 740 internal static extern winmdroot.Foundation.BOOL DeleteMetaFile(winmdroot.Graphics.Gdi.HMETAFILE hmf); 770 internal static extern winmdroot.Foundation.BOOL Rectangle(winmdroot.Graphics.Gdi.HDC hdc, int left, int top, int right, int bottom); 781 internal static extern winmdroot.Foundation.BOOL RestoreDC(winmdroot.Graphics.Gdi.HDC hdc, int nSavedDC); 846 internal static extern winmdroot.Graphics.Gdi.HPALETTE SelectPalette(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.HPALETTE hPal, winmdroot.Foundation.BOOL bForceBkgd);
_generated\197\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (16)
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); 296 /// <inheritdoc cref="WideCharToMultiByte(uint, uint, winmdroot.Foundation.PCWSTR, int, winmdroot.Foundation.PSTR, int, winmdroot.Foundation.PCSTR, winmdroot.Foundation.BOOL*)"/> 299 internal static unsafe int WideCharToMultiByte(uint CodePage, uint dwFlags, string lpWideCharStr, int cchWideChar, [Optional] winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, [Optional] string lpDefaultChar, out winmdroot.Foundation.BOOL lpUsedDefaultChar) 301 fixed (winmdroot.Foundation.BOOL* lpUsedDefaultCharLocal = &lpUsedDefaultChar) 314 /// <inheritdoc cref="WideCharToMultiByte(uint, uint, winmdroot.Foundation.PCWSTR, int, winmdroot.Foundation.PSTR, int, winmdroot.Foundation.PCSTR, winmdroot.Foundation.BOOL*)"/> 322 int __result = PInvokeCore.WideCharToMultiByte(CodePage, dwFlags, lpWideCharStrLocal, cchWideChar, lpMultiByteStr, cbMultiByte, new winmdroot.Foundation.PCSTR (lpDefaultCharLocal), default(winmdroot.Foundation.BOOL* )); 360 internal static unsafe int WideCharToMultiByte(uint CodePage, uint dwFlags, winmdroot.Foundation.PCWSTR lpWideCharStr, int cchWideChar, [Optional] winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, [Optional] winmdroot.Foundation.PCSTR lpDefaultChar, [Optional] winmdroot.Foundation.BOOL* lpUsedDefaultChar) 368 static extern unsafe int LocalExternFunction(uint CodePage, uint dwFlags, winmdroot.Foundation.PCWSTR lpWideCharStr, int cchWideChar, [Optional] winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, [Optional] winmdroot.Foundation.PCSTR lpDefaultChar, [Optional] winmdroot.Foundation.BOOL* lpUsedDefaultChar);
_generated\199\Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (3)
65 /// <inheritdoc cref="OleCreatePictureIndirect(winmdroot.System.Ole.PICTDESC*, global::System.Guid*, winmdroot.Foundation.BOOL, void**)"/> 68 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) 95 internal static extern unsafe winmdroot.Foundation.HRESULT OleCreatePictureIndirect(winmdroot.System.Ole.PICTDESC* lpPictDesc, global::System.Guid* riid, winmdroot.Foundation.BOOL fOwn, void** lplpvObj);
_generated\200\Windows.Win32.PInvokeCore.SHELL32.dll.g.cs (1)
38 internal static extern void DragAcceptFiles(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.BOOL fAccept);
_generated\201\Windows.Win32.PInvokeCore.USER32.dll.g.cs (60)
163 internal static winmdroot.Foundation.BOOL DestroyIcon(winmdroot.UI.WindowsAndMessaging.HICON hIcon) 166 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hIcon); 171 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HICON hIcon); 217 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, [Optional] winmdroot.Graphics.Gdi.HBRUSH hbrFlickerFreeDraw, winmdroot.UI.WindowsAndMessaging.DI_FLAGS diFlags) 220 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hdc, xLeft, yTop, hIcon, cxWidth, cyWidth, istepIfAniCur, hbrFlickerFreeDraw, diFlags); 225 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, [Optional] winmdroot.Graphics.Gdi.HBRUSH hbrFlickerFreeDraw, winmdroot.UI.WindowsAndMessaging.DI_FLAGS diFlags); 231 internal static unsafe winmdroot.Foundation.BOOL EndPaint(winmdroot.Foundation.HWND hWnd, in winmdroot.Graphics.Gdi.PAINTSTRUCT lpPaint) 235 winmdroot.Foundation.BOOL __result = PInvokeCore.EndPaint(hWnd, lpPaintLocal); 250 internal static extern unsafe winmdroot.Foundation.BOOL EndPaint(winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Gdi.PAINTSTRUCT* lpPaint); 274 internal static extern unsafe winmdroot.Foundation.BOOL EnumChildWindows([Optional] 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); 279 internal static unsafe winmdroot.Foundation.BOOL EnumDisplayMonitors([Optional] 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) 282 winmdroot.Foundation.BOOL __result = PInvokeCore.EnumDisplayMonitors(hdc, lprcClip.HasValue ? &lprcClipLocal : null, lpfnEnum, dwData); 307 internal static extern unsafe winmdroot.Foundation.BOOL EnumDisplayMonitors([Optional] 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); 330 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); 349 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) 352 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpEnumFunc, lParam); 357 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); 363 internal static unsafe winmdroot.Foundation.BOOL GetClientRect(winmdroot.Foundation.HWND hWnd, out winmdroot.Foundation.RECT lpRect) 367 winmdroot.Foundation.BOOL __result = PInvokeCore.GetClientRect(hWnd, lpRectLocal); 386 internal static unsafe winmdroot.Foundation.BOOL GetClientRect(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT* lpRect) 389 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpRect); 394 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT* lpRect); 518 internal static unsafe winmdroot.Foundation.BOOL GetIconInfo(winmdroot.UI.WindowsAndMessaging.HICON hIcon, out winmdroot.UI.WindowsAndMessaging.ICONINFO piconinfo) 522 winmdroot.Foundation.BOOL __result = PInvokeCore.GetIconInfo(hIcon, piconinfoLocal); 541 internal static unsafe winmdroot.Foundation.BOOL GetIconInfo(winmdroot.UI.WindowsAndMessaging.HICON hIcon, winmdroot.UI.WindowsAndMessaging.ICONINFO* piconinfo) 544 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hIcon, piconinfo); 549 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HICON hIcon, winmdroot.UI.WindowsAndMessaging.ICONINFO* piconinfo); 555 internal static unsafe winmdroot.Foundation.BOOL GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR hMonitor, ref winmdroot.Graphics.Gdi.MONITORINFO lpmi) 559 winmdroot.Foundation.BOOL __result = PInvokeCore.GetMonitorInfo(hMonitor, lpmiLocal); 579 internal static extern unsafe winmdroot.Foundation.BOOL GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR hMonitor, winmdroot.Graphics.Gdi.MONITORINFO* lpmi); 623 internal static unsafe winmdroot.Foundation.BOOL GetWindowRect(winmdroot.Foundation.HWND hWnd, out winmdroot.Foundation.RECT lpRect) 627 winmdroot.Foundation.BOOL __result = PInvokeCore.GetWindowRect(hWnd, lpRectLocal); 649 internal static unsafe winmdroot.Foundation.BOOL GetWindowRect(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT* lpRect) 652 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpRect); 657 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT* lpRect); 781 internal static winmdroot.Foundation.BOOL DestroyCursor(winmdroot.UI.WindowsAndMessaging.HCURSOR hCursor) 784 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hCursor); 789 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HCURSOR hCursor); 914 internal static unsafe winmdroot.Foundation.BOOL PeekMessage(out winmdroot.UI.WindowsAndMessaging.MSG lpMsg, [Optional] winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE wRemoveMsg) 918 winmdroot.Foundation.BOOL __result = PInvokeCore.PeekMessage(lpMsgLocal, hWnd, wMsgFilterMin, wMsgFilterMax, wRemoveMsg); 952 internal static extern unsafe winmdroot.Foundation.BOOL PeekMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, [Optional] winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE wRemoveMsg); 980 internal static winmdroot.Foundation.BOOL PostMessage([Optional] winmdroot.Foundation.HWND hWnd, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam) 983 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, Msg, wParam, lParam); 988 static extern winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.HWND hWnd, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam); 1079 internal static unsafe winmdroot.Foundation.BOOL SystemParametersInfo(winmdroot.UI.WindowsAndMessaging.SYSTEM_PARAMETERS_INFO_ACTION uiAction, uint uiParam, winmdroot.UI.WindowsAndMessaging.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS fWinIni) 1081 winmdroot.Foundation.BOOL __result = PInvokeCore.SystemParametersInfo(uiAction, uiParam, default(void* ), fWinIni); 1111 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) 1114 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(uiAction, uiParam, pvParam, fWinIni); 1119 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); 1124 internal static unsafe winmdroot.Foundation.BOOL SystemParametersInfoForDpi(uint uiAction, uint uiParam, uint fWinIni, uint dpi) 1126 winmdroot.Foundation.BOOL __result = PInvokeCore.SystemParametersInfoForDpi(uiAction, uiParam, default(void* ), fWinIni, dpi); 1144 internal static unsafe winmdroot.Foundation.BOOL SystemParametersInfoForDpi(uint uiAction, uint uiParam, [Optional] void* pvParam, uint fWinIni, uint dpi) 1147 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(uiAction, uiParam, pvParam, fWinIni, dpi); 1152 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(uint uiAction, uint uiParam, [Optional] void* pvParam, uint fWinIni, uint dpi);
_generated\231\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)
_generated\247\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (3)
82 /// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.IsName(winmdroot.Foundation.PWSTR, uint, winmdroot.Foundation.BOOL*)"/> 83 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) 86 fixed (winmdroot.Foundation.BOOL* pfNameLocal = &pfName)
_generated\253\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)
_generated\264\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)
_generated\61\Windows.Win32.DROPFILES.g.cs (2)
46 internal winmdroot.Foundation.BOOL fNC; 52 internal winmdroot.Foundation.BOOL fWide;
_generated\81\Windows.Win32.GdiplusStartupInput.g.cs (2)
29 internal winmdroot.Foundation.BOOL SuppressBackgroundThread; 31 internal winmdroot.Foundation.BOOL SuppressExternalCodecs;
_generated\9\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);
System\Private\Windows\Ole\Composition.cs (1)
223public HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) => _nativeDataObject.SetData(pformatetc, pmedium, fRelease);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
203public HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
93public HRESULT SetData(Com.FORMATETC* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
134HRESULT Com.IDataObject.Interface.SetData(Com.FORMATETC* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease)
System\Private\Windows\Ole\DragDropHelper.cs (3)
143return (basePtr is not null) && (*(BOOL*)basePtr == true); 211hGlobal = PInvokeCore.GlobalAlloc(GMEM_MOVEABLE | GMEM_ZEROINIT, (nuint)sizeof(BOOL)) 226*(BOOL*)basePtr = value;
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)
8public delegate BOOL EnumChildWindowsCallback(HWND hWnd); 17public static BOOL EnumChildWindows<T>(T hwndParent, EnumChildWindowsCallback callback) 42private static BOOL HandleEnumChildWindowsNativeCallback(HWND hWnd, LPARAM lParam)
Windows\Win32\PInvokeCore.EnumDisplayMonitors.cs (2)
17public static BOOL EnumDisplayMonitors(EnumDisplayMonitorsCallback callBack) 37private static BOOL HandleEnumDisplayMonitorsNativeCallback(HMONITOR monitor, HDC hdc, RECT* lprcMonitor, LPARAM lParam)
Windows\Win32\PInvokeCore.EnumThreadWindows.cs (3)
8public delegate BOOL EnumThreadWindowsCallback(HWND hWnd); 20public static BOOL EnumCurrentThreadWindows(EnumThreadWindowsCallback callback) 46private static BOOL HandleEnumThreadWindowsNativeCallback(HWND hWnd, LPARAM lParam)
Windows\Win32\PInvokeCore.EnumWindows.cs (3)
8public delegate BOOL EnumWindowsCallback(HWND hWnd); 17public static unsafe BOOL EnumWindows(EnumWindowsCallback callback) 40private static BOOL HandleEnumWindowsNativeCallback(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.GdiPlus (139)
_generated\60\Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (138)
253 /// <inheritdoc cref="GdipAddPathPath(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Foundation.BOOL)"/> 255 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipAddPathPath(ref winmdroot.Graphics.GdiPlus.GpPath path, in winmdroot.Graphics.GdiPlus.GpPath addingPath, winmdroot.Foundation.BOOL connect) 268 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipAddPathPath(winmdroot.Graphics.GdiPlus.GpPath* path, winmdroot.Graphics.GdiPlus.GpPath* addingPath, winmdroot.Foundation.BOOL connect); 432 /// <inheritdoc cref="GdipBitmapApplyEffect(winmdroot.Graphics.GdiPlus.GpBitmap*, winmdroot.Graphics.GdiPlus.CGpEffect*, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL, void**, int*)"/> 434 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) 456 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); 885 /// <inheritdoc cref="GdipCreateAdjustableArrowCap(float, float, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap**)"/> 887 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateAdjustableArrowCap(float height, float width, winmdroot.Foundation.BOOL isFilled, ref winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap* cap) 897 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateAdjustableArrowCap(float height, float width, winmdroot.Foundation.BOOL isFilled, winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap** cap); 1306 /// <inheritdoc cref="GdipCreateLineBrushFromRectWithAngle(winmdroot.Graphics.GdiPlus.RectF*, uint, uint, float, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.WrapMode, winmdroot.Graphics.GdiPlus.GpLineGradient**)"/> 1308 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) 1321 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); 1391 /// <inheritdoc cref="GdipCreateMetafileFromEmf(winmdroot.Graphics.Gdi.HENHMETAFILE, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.GpMetafile**)"/> 1393 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateMetafileFromEmf(winmdroot.Graphics.Gdi.HENHMETAFILE hEmf, winmdroot.Foundation.BOOL deleteEmf, ref winmdroot.Graphics.GdiPlus.GpMetafile* metafile) 1403 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateMetafileFromEmf(winmdroot.Graphics.Gdi.HENHMETAFILE hEmf, winmdroot.Foundation.BOOL deleteEmf, winmdroot.Graphics.GdiPlus.GpMetafile** metafile); 1436 /// <inheritdoc cref="GdipCreateMetafileFromWmf(winmdroot.Graphics.Gdi.HMETAFILE, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.WmfPlaceableFileHeader*, winmdroot.Graphics.GdiPlus.GpMetafile**)"/> 1438 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) 1451 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); 3197 /// <inheritdoc cref="GdipGetAdjustableArrowCapFillState(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap*, winmdroot.Foundation.BOOL*)"/> 3199 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetAdjustableArrowCapFillState(ref winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap cap, ref winmdroot.Foundation.BOOL fillState) 3201 fixed (winmdroot.Foundation.BOOL* fillStateLocal = &fillState) 3212 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetAdjustableArrowCapFillState(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap* cap, winmdroot.Foundation.BOOL* fillState); 4260 /// <inheritdoc cref="GdipGetLineGammaCorrection(winmdroot.Graphics.GdiPlus.GpLineGradient*, winmdroot.Foundation.BOOL*)"/> 4262 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetLineGammaCorrection(ref winmdroot.Graphics.GdiPlus.GpLineGradient brush, ref winmdroot.Foundation.BOOL useGammaCorrection) 4264 fixed (winmdroot.Foundation.BOOL* useGammaCorrectionLocal = &useGammaCorrection) 4275 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetLineGammaCorrection(winmdroot.Graphics.GdiPlus.GpLineGradient* brush, winmdroot.Foundation.BOOL* useGammaCorrection); 5894 /// <inheritdoc cref="GdipInitializePalette(winmdroot.Graphics.GdiPlus.ColorPalette*, winmdroot.Graphics.GdiPlus.PaletteType, int, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.GpBitmap*)"/> 5896 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) 5906 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); 5922 /// <inheritdoc cref="GdipIsClipEmpty(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5924 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsClipEmpty(ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 5926 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5937 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsClipEmpty(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5939 /// <inheritdoc cref="GdipIsEmptyRegion(winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5941 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) 5943 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5957 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsEmptyRegion(winmdroot.Graphics.GdiPlus.GpRegion* region, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 5959 /// <inheritdoc cref="GdipIsEqualRegion(winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5961 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) 5963 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 5980 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); 5982 /// <inheritdoc cref="GdipIsInfiniteRegion(winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 5984 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) 5986 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6000 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsInfiniteRegion(winmdroot.Graphics.GdiPlus.GpRegion* region, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 6002 /// <inheritdoc cref="GdipIsMatrixEqual(winmdroot.Graphics.GdiPlus.Matrix*, winmdroot.Graphics.GdiPlus.Matrix*, winmdroot.Foundation.BOOL*)"/> 6004 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) 6006 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6020 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixEqual(winmdroot.Graphics.GdiPlus.Matrix* matrix, winmdroot.Graphics.GdiPlus.Matrix* matrix2, winmdroot.Foundation.BOOL* result); 6022 /// <inheritdoc cref="GdipIsMatrixIdentity(winmdroot.Graphics.GdiPlus.Matrix*, winmdroot.Foundation.BOOL*)"/> 6024 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixIdentity(in winmdroot.Graphics.GdiPlus.Matrix matrix, ref winmdroot.Foundation.BOOL result) 6026 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6037 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixIdentity(winmdroot.Graphics.GdiPlus.Matrix* matrix, winmdroot.Foundation.BOOL* result); 6039 /// <inheritdoc cref="GdipIsMatrixInvertible(winmdroot.Graphics.GdiPlus.Matrix*, winmdroot.Foundation.BOOL*)"/> 6041 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixInvertible(in winmdroot.Graphics.GdiPlus.Matrix matrix, ref winmdroot.Foundation.BOOL result) 6043 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6054 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsMatrixInvertible(winmdroot.Graphics.GdiPlus.Matrix* matrix, winmdroot.Foundation.BOOL* result); 6056 /// <inheritdoc cref="GdipIsOutlineVisiblePathPoint(winmdroot.Graphics.GdiPlus.GpPath*, float, float, winmdroot.Graphics.GdiPlus.GpPen*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 6058 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) 6060 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6077 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); 6079 /// <inheritdoc cref="GdipIsStyleAvailable(winmdroot.Graphics.GdiPlus.GpFontFamily*, int, winmdroot.Foundation.BOOL*)"/> 6081 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsStyleAvailable(in winmdroot.Graphics.GdiPlus.GpFontFamily family, int style, ref winmdroot.Foundation.BOOL IsStyleAvailable) 6083 fixed (winmdroot.Foundation.BOOL* IsStyleAvailableLocal = &IsStyleAvailable) 6094 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsStyleAvailable(winmdroot.Graphics.GdiPlus.GpFontFamily* family, int style, winmdroot.Foundation.BOOL* IsStyleAvailable); 6096 /// <inheritdoc cref="GdipIsVisibleClipEmpty(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 6098 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleClipEmpty(ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Foundation.BOOL result) 6100 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6111 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisibleClipEmpty(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.BOOL* result); 6113 /// <inheritdoc cref="GdipIsVisiblePathPoint(winmdroot.Graphics.GdiPlus.GpPath*, float, float, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 6115 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) 6117 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6131 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); 6133 /// <inheritdoc cref="GdipIsVisiblePoint(winmdroot.Graphics.GdiPlus.GpGraphics*, float, float, winmdroot.Foundation.BOOL*)"/> 6135 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisiblePoint(ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, float x, float y, ref winmdroot.Foundation.BOOL result) 6137 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6148 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipIsVisiblePoint(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, float x, float y, winmdroot.Foundation.BOOL* result); 6150 /// <inheritdoc cref="GdipIsVisibleRect(winmdroot.Graphics.GdiPlus.GpGraphics*, float, float, float, float, winmdroot.Foundation.BOOL*)"/> 6152 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) 6154 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6165 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); 6167 /// <inheritdoc cref="GdipIsVisibleRegionPoint(winmdroot.Graphics.GdiPlus.GpRegion*, float, float, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 6169 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) 6171 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6185 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); 6187 /// <inheritdoc cref="GdipIsVisibleRegionRect(winmdroot.Graphics.GdiPlus.GpRegion*, float, float, float, float, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.BOOL*)"/> 6189 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) 6191 fixed (winmdroot.Foundation.BOOL* resultLocal = &result) 6205 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); 6543 /// <inheritdoc cref="GdipPathIterHasCurve(winmdroot.Graphics.GdiPlus.GpPathIterator*, winmdroot.Foundation.BOOL*)"/> 6545 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterHasCurve(ref winmdroot.Graphics.GdiPlus.GpPathIterator iterator, ref winmdroot.Foundation.BOOL hasCurve) 6547 fixed (winmdroot.Foundation.BOOL* hasCurveLocal = &hasCurve) 6558 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterHasCurve(winmdroot.Graphics.GdiPlus.GpPathIterator* iterator, winmdroot.Foundation.BOOL* hasCurve); 6560 /// <inheritdoc cref="GdipPathIterIsValid(winmdroot.Graphics.GdiPlus.GpPathIterator*, winmdroot.Foundation.BOOL*)"/> 6562 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterIsValid(ref winmdroot.Graphics.GdiPlus.GpPathIterator iterator, ref winmdroot.Foundation.BOOL valid) 6564 fixed (winmdroot.Foundation.BOOL* validLocal = &valid) 6575 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterIsValid(winmdroot.Graphics.GdiPlus.GpPathIterator* iterator, winmdroot.Foundation.BOOL* valid); 6646 /// <inheritdoc cref="GdipPathIterNextSubpath(winmdroot.Graphics.GdiPlus.GpPathIterator*, int*, int*, int*, winmdroot.Foundation.BOOL*)"/> 6648 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) 6650 fixed (winmdroot.Foundation.BOOL* isClosedLocal = &isClosed) 6670 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipPathIterNextSubpath(winmdroot.Graphics.GdiPlus.GpPathIterator* iterator, int* resultCount, int* startIndex, int* endIndex, winmdroot.Foundation.BOOL* isClosed); 6672 /// <inheritdoc cref="GdipPathIterNextSubpathPath(winmdroot.Graphics.GdiPlus.GpPathIterator*, int*, winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Foundation.BOOL*)"/> 6674 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) 6676 fixed (winmdroot.Foundation.BOOL* isClosedLocal = &isClosed) 6693 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); 7227 /// <inheritdoc cref="GdipSetAdjustableArrowCapFillState(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap*, winmdroot.Foundation.BOOL)"/> 7229 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetAdjustableArrowCapFillState(ref winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap cap, winmdroot.Foundation.BOOL fillState) 7239 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetAdjustableArrowCapFillState(winmdroot.Graphics.GdiPlus.GpAdjustableArrowCap* cap, winmdroot.Foundation.BOOL fillState); 7474 /// <inheritdoc cref="GdipSetImageAttributesColorKeys(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, uint, uint)"/> 7476 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) 7486 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); 7488 /// <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)"/> 7490 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) 7506 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); 7508 /// <inheritdoc cref="GdipSetImageAttributesGamma(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, float)"/> 7510 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) 7520 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); 7522 /// <inheritdoc cref="GdipSetImageAttributesNoOp(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL)"/> 7524 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesNoOp(ref winmdroot.Graphics.GdiPlus.GpImageAttributes imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag) 7534 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesNoOp(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag); 7536 /// <inheritdoc cref="GdipSetImageAttributesOutputChannel(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, winmdroot.Graphics.GdiPlus.ColorChannelFlags)"/> 7538 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) 7548 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); 7550 /// <inheritdoc cref="GdipSetImageAttributesOutputChannelColorProfile(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, winmdroot.Foundation.PCWSTR)"/> 7552 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) 7565 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); 7567 /// <inheritdoc cref="GdipSetImageAttributesRemapTable(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, uint, winmdroot.Graphics.GdiPlus.ColorMap*)"/> 7569 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) 7582 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); 7584 /// <inheritdoc cref="GdipSetImageAttributesThreshold(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, float)"/> 7586 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) 7596 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); 7598 /// <inheritdoc cref="GdipSetImageAttributesWrapMode(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.WrapMode, uint, winmdroot.Foundation.BOOL)"/> 7600 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) 7610 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); 7688 /// <inheritdoc cref="GdipSetLineGammaCorrection(winmdroot.Graphics.GdiPlus.GpLineGradient*, winmdroot.Foundation.BOOL)"/> 7690 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipSetLineGammaCorrection(ref winmdroot.Graphics.GdiPlus.GpLineGradient brush, winmdroot.Foundation.BOOL useGammaCorrection) 7700 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)
4384PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 4719BOOL result = PInvokeCore.PeekMessage( 5079PInvokeCore.SendMessage(this, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true); 10527BOOL value = darkModeEnabled; 10533(uint)sizeof(BOOL)).AssertSuccess(); 10714private void SetWindowFont() => PInvokeCore.SendMessage(this, PInvokeCore.WM_SETFONT, (WPARAM)FontHandle, (LPARAM)(BOOL)false); 11732m.ResultInternal = (LRESULT)(BOOL)e.Handled;
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1188PInvokeCore.SendMessage(this, PInvoke.BM_SETSTATE, (WPARAM)(BOOL)true); 1216PInvokeCore.SendMessage(this, PInvoke.BM_SETSTATE, (WPARAM)(BOOL)false);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
165PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(BOOL)value); 349PInvokeCore.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)
262PInvokeCore.SendMessage(this, PInvoke.PBM_SETMARQUEE, (WPARAM)(BOOL)false, (LPARAM)_marqueeAnimationSpeed); 266PInvokeCore.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); 4260m.ResultInternal = (LRESULT)(nint)(BOOL)CanUndo; 4271m.ResultInternal = (LRESULT)(nint)(BOOL)CanCut; 4283m.ResultInternal = (LRESULT)(nint)(BOOL)CanCopy; 4295m.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)
1790private 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; 6761m.ResultInternal = (LRESULT)(BOOL)!e.Cancel;
System\Windows\Forms\Form.EnumThreadWindowsCallback.cs (1)
23internal BOOL Callback(HWND hwnd)
System\Windows\Forms\OLE\DataObject.cs (1)
345HRESULT 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)
209&& 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); 2067PInvokeCore.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)
87PInvokeCore.SendMessage(_designer, PInvokeCore.WM_NCACTIVATE, (WPARAM)(BOOL)focus);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1051PInvokeCore.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)
874PInvokeCore.SendMessage(baseComponent, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 876PInvokeCore.SendMessage(baseComponent, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true); 954PInvokeCore.SendMessage(baseComponent, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)false); 956PInvokeCore.SendMessage(baseComponent, PInvokeCore.WM_SETREDRAW, (WPARAM)(BOOL)true);
System.Windows.Forms.Primitives (1302)
_generated\109\Windows.Win32.IAutoComplete.g.cs (5)
121 private static winmdroot.Foundation.HRESULT Enable(IAutoComplete* pThis, winmdroot.Foundation.BOOL fEnable) 147 public void Enable(winmdroot.Foundation.BOOL fEnable) 149 ((delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAutoComplete*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 183 internal delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_5; 214winmdroot.Foundation.HRESULT Enable(winmdroot.Foundation.BOOL fEnable);
_generated\110\Windows.Win32.IAutoComplete2.g.cs (5)
98 private static winmdroot.Foundation.HRESULT Enable(IAutoComplete2* pThis, winmdroot.Foundation.BOOL fEnable) 115 public void Enable(winmdroot.Foundation.BOOL fEnable) 117 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAutoComplete2*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 231 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_5; 268 new winmdroot.Foundation.HRESULT Enable(winmdroot.Foundation.BOOL fEnable);
_generated\114\Windows.Win32.IClassFactory.g.cs (5)
111 private static winmdroot.Foundation.HRESULT LockServer(IClassFactory* pThis, winmdroot.Foundation.BOOL fLock) 135 public winmdroot.Foundation.HRESULT LockServer(winmdroot.Foundation.BOOL fLock) 137 return ((delegate *unmanaged [Stdcall]<IClassFactory*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IClassFactory*)Unsafe.AsPointer(ref this), fLock); 171 internal delegate *unmanaged [Stdcall]<IClassFactory*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> LockServer_5; 202winmdroot.Foundation.HRESULT LockServer(winmdroot.Foundation.BOOL fLock);
_generated\115\Windows.Win32.IClassFactory2.g.cs (5)
99 private static winmdroot.Foundation.HRESULT LockServer(IClassFactory2* pThis, winmdroot.Foundation.BOOL fLock) 116 public winmdroot.Foundation.HRESULT LockServer(winmdroot.Foundation.BOOL fLock) 118 return ((delegate *unmanaged [Stdcall]<IClassFactory2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IClassFactory2*)Unsafe.AsPointer(ref this), fLock); 297 internal delegate *unmanaged [Stdcall]<IClassFactory2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> LockServer_5; 337 new winmdroot.Foundation.HRESULT LockServer(winmdroot.Foundation.BOOL fLock);
_generated\130\Windows.Win32.IFileDialogCustomize.g.cs (20)
261 /// <inheritdoc cref="AddCheckButton(uint, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.BOOL)"/> 263 internal unsafe void AddCheckButton(uint dwIDCtl, string pszLabel, winmdroot.Foundation.BOOL bChecked) 274 private static winmdroot.Foundation.HRESULT AddCheckButton(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked) 308 public void AddCheckButton(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked) 310 ((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(); 680 /// <inheritdoc cref="GetCheckButtonState(uint, winmdroot.Foundation.BOOL*)"/> 682 internal unsafe void GetCheckButtonState(uint dwIDCtl, out winmdroot.Foundation.BOOL pbChecked) 684 fixed (winmdroot.Foundation.BOOL* pbCheckedLocal = &pbChecked) 693 private static winmdroot.Foundation.HRESULT GetCheckButtonState(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.BOOL* pbChecked) 725 public unsafe void GetCheckButtonState(uint dwIDCtl, winmdroot.Foundation.BOOL* pbChecked) 727 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pbChecked).ThrowOnFailure(); 733 private static winmdroot.Foundation.HRESULT SetCheckButtonState(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.BOOL bChecked) 765 public void SetCheckButtonState(uint dwIDCtl, winmdroot.Foundation.BOOL bChecked) 767 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, bChecked).ThrowOnFailure(); 1305 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> AddCheckButton_9; 1323 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetCheckButtonState_18; 1325 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetCheckButtonState_19; 1415winmdroot.Foundation.HRESULT AddCheckButton(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked); 1442 unsafe winmdroot.Foundation.HRESULT GetCheckButtonState(uint dwIDCtl, winmdroot.Foundation.BOOL* pbChecked); 1445winmdroot.Foundation.HRESULT SetCheckButtonState(uint dwIDCtl, winmdroot.Foundation.BOOL bChecked);
_generated\134\Windows.Win32.IFileSaveDialog.g.cs (5)
840 private static winmdroot.Foundation.HRESULT SetCollectedProperties(IFileSaveDialog* pThis, winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault) 873 public unsafe void SetCollectedProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault) 875 ((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(); 1045 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetCollectedProperties_30; 1182 unsafe winmdroot.Foundation.HRESULT SetCollectedProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault);
_generated\135\Windows.Win32.IFont.g.cs (36)
188 private static winmdroot.Foundation.HRESULT get_Bold(IFont* pThis, winmdroot.Foundation.BOOL* pBold) 214 internal winmdroot.Foundation.BOOL Bold 218 winmdroot.Foundation.BOOL __result; 219 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 224 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 231 private static winmdroot.Foundation.HRESULT put_Bold(IFont* pThis, winmdroot.Foundation.BOOL bold) 252 private static winmdroot.Foundation.HRESULT get_Italic(IFont* pThis, winmdroot.Foundation.BOOL* pItalic) 278 internal winmdroot.Foundation.BOOL Italic 282 winmdroot.Foundation.BOOL __result; 283 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 288 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 295 private static winmdroot.Foundation.HRESULT put_Italic(IFont* pThis, winmdroot.Foundation.BOOL italic) 316 private static winmdroot.Foundation.HRESULT get_Underline(IFont* pThis, winmdroot.Foundation.BOOL* pUnderline) 342 internal winmdroot.Foundation.BOOL Underline 346 winmdroot.Foundation.BOOL __result; 347 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 352 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 359 private static winmdroot.Foundation.HRESULT put_Underline(IFont* pThis, winmdroot.Foundation.BOOL underline) 380 private static winmdroot.Foundation.HRESULT get_Strikethrough(IFont* pThis, winmdroot.Foundation.BOOL* pStrikethrough) 406 internal winmdroot.Foundation.BOOL Strikethrough 410 winmdroot.Foundation.BOOL __result; 411 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 416 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 423 private static winmdroot.Foundation.HRESULT put_Strikethrough(IFont* pThis, winmdroot.Foundation.BOOL strikethrough) 904 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_Bold_8; 906 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_Bold_9; 908 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_Italic_10; 910 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_Italic_11; 912 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_Underline_12; 914 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_Underline_13; 916 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_Strikethrough_14; 918 internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_Strikethrough_15; 1003 winmdroot.Foundation.BOOL Bold 1009 winmdroot.Foundation.BOOL Italic 1015 winmdroot.Foundation.BOOL Underline 1021 winmdroot.Foundation.BOOL Strikethrough
_generated\199\Windows.Win32.IOleClientSite.g.cs (5)
200 private static winmdroot.Foundation.HRESULT OnShowWindow(IOleClientSite* pThis, winmdroot.Foundation.BOOL fShow) 221 public void OnShowWindow(winmdroot.Foundation.BOOL fShow) 223 ((delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleClientSite*)Unsafe.AsPointer(ref this), fShow).ThrowOnFailure(); 294 internal delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnShowWindow_8; 340winmdroot.Foundation.HRESULT OnShowWindow(winmdroot.Foundation.BOOL fShow);
_generated\201\Windows.Win32.IOleContainer.g.cs (5)
128 private static winmdroot.Foundation.HRESULT LockContainer(IOleContainer* pThis, winmdroot.Foundation.BOOL fLock) 152 public void LockContainer(winmdroot.Foundation.BOOL fLock) 154 ((delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleContainer*)Unsafe.AsPointer(ref this), fLock).ThrowOnFailure(); 190 internal delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> LockContainer_6; 225winmdroot.Foundation.HRESULT LockContainer(winmdroot.Foundation.BOOL fLock);
_generated\202\Windows.Win32.IOleControl.g.cs (5)
184 private static winmdroot.Foundation.HRESULT FreezeEvents(IOleControl* pThis, winmdroot.Foundation.BOOL bFreeze) 208 public winmdroot.Foundation.HRESULT FreezeEvents(winmdroot.Foundation.BOOL bFreeze) 210 return ((delegate *unmanaged [Stdcall]<IOleControl*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleControl*)Unsafe.AsPointer(ref this), bFreeze); 248 internal delegate *unmanaged [Stdcall]<IOleControl*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> FreezeEvents_7; 287winmdroot.Foundation.HRESULT FreezeEvents(winmdroot.Foundation.BOOL bFreeze);
_generated\203\Windows.Win32.IOleControlSite.g.cs (10)
90 private static winmdroot.Foundation.HRESULT LockInPlaceActive(IOleControlSite* pThis, winmdroot.Foundation.BOOL fLock) 114 public winmdroot.Foundation.HRESULT LockInPlaceActive(winmdroot.Foundation.BOOL fLock) 116 return ((delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleControlSite*)Unsafe.AsPointer(ref this), fLock); 250 private static winmdroot.Foundation.HRESULT OnFocus(IOleControlSite* pThis, winmdroot.Foundation.BOOL fGotFocus) 271 public winmdroot.Foundation.HRESULT OnFocus(winmdroot.Foundation.BOOL fGotFocus) 273 return ((delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleControlSite*)Unsafe.AsPointer(ref this), fGotFocus); 338 internal delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> LockInPlaceActive_5; 346 internal delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnFocus_9; 384winmdroot.Foundation.HRESULT LockInPlaceActive(winmdroot.Foundation.BOOL fLock); 396winmdroot.Foundation.HRESULT OnFocus(winmdroot.Foundation.BOOL fGotFocus);
_generated\204\Windows.Win32.IOleInPlaceActiveObject.g.cs (27)
95 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.BOOL fEnterMode) 112 public void ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 114 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 164 private static winmdroot.Foundation.HRESULT OnFrameWindowActivate(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.BOOL fActivate) 187 public void OnFrameWindowActivate(winmdroot.Foundation.BOOL fActivate) 189 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fActivate).ThrowOnFailure(); 195 private static winmdroot.Foundation.HRESULT OnDocWindowActivate(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.BOOL fActivate) 219 public void OnDocWindowActivate(winmdroot.Foundation.BOOL fActivate) 221 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fActivate).ThrowOnFailure(); 224 /// <inheritdoc cref="ResizeBorder(winmdroot.Foundation.RECT*, winmdroot.System.Ole.IOleInPlaceUIWindow*, winmdroot.Foundation.BOOL)"/> 226 internal unsafe void ResizeBorder(in winmdroot.Foundation.RECT prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow) 237 private static winmdroot.Foundation.HRESULT ResizeBorder(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow) 267 public unsafe void ResizeBorder(winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow) 269 ((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(); 275 private static winmdroot.Foundation.HRESULT EnableModeless(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.BOOL fEnable) 298 public void EnableModeless(winmdroot.Foundation.BOOL fEnable) 300 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 334 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 338 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnFrameWindowActivate_7; 340 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnDocWindowActivate_8; 342 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.IOleInPlaceUIWindow* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ResizeBorder_9; 344 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> EnableModeless_10; 380 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode); 386winmdroot.Foundation.HRESULT OnFrameWindowActivate(winmdroot.Foundation.BOOL fActivate); 389winmdroot.Foundation.HRESULT OnDocWindowActivate(winmdroot.Foundation.BOOL fActivate); 392 unsafe winmdroot.Foundation.HRESULT ResizeBorder(winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.IOleInPlaceUIWindow* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow); 395winmdroot.Foundation.HRESULT EnableModeless(winmdroot.Foundation.BOOL fEnable);
_generated\205\Windows.Win32.IOleInPlaceFrame.g.cs (10)
96 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceFrame* pThis, winmdroot.Foundation.BOOL fEnterMode) 113 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 115 return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), fEnterMode); 430 private static winmdroot.Foundation.HRESULT EnableModeless(IOleInPlaceFrame* pThis, winmdroot.Foundation.BOOL fEnable) 453 public winmdroot.Foundation.HRESULT EnableModeless(winmdroot.Foundation.BOOL fEnable) 455 return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), fEnable); 538 internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 556 internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> EnableModeless_14; 599 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode); 626winmdroot.Foundation.HRESULT EnableModeless(winmdroot.Foundation.BOOL fEnable);
_generated\206\Windows.Win32.IOleInPlaceObject.g.cs (5)
96 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceObject* pThis, winmdroot.Foundation.BOOL fEnterMode) 113 public void ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 115 ((delegate *unmanaged [Stdcall]<IOleInPlaceObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceObject*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 299 internal delegate *unmanaged [Stdcall]<IOleInPlaceObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 342 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
_generated\207\Windows.Win32.IOleInPlaceObjectWindowless.g.cs (5)
95 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceObjectWindowless* pThis, winmdroot.Foundation.BOOL fEnterMode) 112 public void ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 114 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 346 internal delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 395 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
_generated\208\Windows.Win32.IOleInPlaceSite.g.cs (10)
96 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceSite* pThis, winmdroot.Foundation.BOOL fEnterMode) 113 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 115 return ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceSite*)Unsafe.AsPointer(ref this), fEnterMode); 315 private static winmdroot.Foundation.HRESULT OnUIDeactivate(IOleInPlaceSite* pThis, winmdroot.Foundation.BOOL fUndoable) 342 public void OnUIDeactivate(winmdroot.Foundation.BOOL fUndoable) 344 ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleInPlaceSite*)Unsafe.AsPointer(ref this), fUndoable).ThrowOnFailure(); 526 internal delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 538 internal delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> OnUIDeactivate_11; 587 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode); 605winmdroot.Foundation.HRESULT OnUIDeactivate(winmdroot.Foundation.BOOL fUndoable);
_generated\209\Windows.Win32.IOleInPlaceUIWindow.g.cs (5)
96 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleInPlaceUIWindow* pThis, winmdroot.Foundation.BOOL fEnterMode) 113 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 115 return ((delegate *unmanaged [Stdcall]<IOleInPlaceUIWindow*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceUIWindow*)Unsafe.AsPointer(ref this), fEnterMode); 337 internal delegate *unmanaged [Stdcall]<IOleInPlaceUIWindow*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 380 new winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
_generated\210\Windows.Win32.IOleObject.g.cs (5)
285 private static winmdroot.Foundation.HRESULT InitFromData(IOleObject* pThis, winmdroot.System.Com.IDataObject* pDataObject, winmdroot.Foundation.BOOL fCreation, uint dwReserved) 314 public unsafe void InitFromData(winmdroot.System.Com.IDataObject* pDataObject, winmdroot.Foundation.BOOL fCreation, uint dwReserved) 316 ((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(); 931 internal delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.BOOL ,uint ,winmdroot.Foundation.HRESULT> InitFromData_10; 1024 unsafe winmdroot.Foundation.HRESULT InitFromData(winmdroot.System.Com.IDataObject* pDataObject, winmdroot.Foundation.BOOL fCreation, uint dwReserved);
_generated\211\Windows.Win32.IOleParentUndoUnit.g.cs (5)
215 private static winmdroot.Foundation.HRESULT Close(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 243 public unsafe void Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 245 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pPUU, fCommit).ThrowOnFailure(); 387 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Close_9; 443 unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit);
_generated\212\Windows.Win32.IOleUndoManager.g.cs (10)
92 private static winmdroot.Foundation.HRESULT Close(IOleUndoManager* pThis, winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 120 public unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 122 return ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleUndoManager*)Unsafe.AsPointer(ref this), pPUU, fCommit); 463 private static winmdroot.Foundation.HRESULT Enable(IOleUndoManager* pThis, winmdroot.Foundation.BOOL fEnable) 490 public void Enable(winmdroot.Foundation.BOOL fEnable) 492 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IOleUndoManager*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 526 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Close_5; 546 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_15; 587 unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit); 617winmdroot.Foundation.HRESULT Enable(winmdroot.Foundation.BOOL fEnable);
_generated\214\Windows.Win32.IOleWindow.g.cs (5)
107 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IOleWindow* pThis, winmdroot.Foundation.BOOL fEnterMode) 135 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 137 return ((delegate *unmanaged [Stdcall]<IOleWindow*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleWindow*)Unsafe.AsPointer(ref this), fEnterMode); 171 internal delegate *unmanaged [Stdcall]<IOleWindow*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5; 202winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
_generated\219\Windows.Win32.IPersistPropertyBag.g.cs (10)
155 private static winmdroot.Foundation.HRESULT Save(IPersistPropertyBag* pThis, winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.Foundation.BOOL fClearDirty, winmdroot.Foundation.BOOL fSaveAllProperties) 181 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.Foundation.BOOL fClearDirty, winmdroot.Foundation.BOOL fSaveAllProperties) 183 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); 221 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 259 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.Foundation.BOOL fClearDirty, winmdroot.Foundation.BOOL fSaveAllProperties);
_generated\220\Windows.Win32.IPersistStorage.g.cs (5)
198 private static winmdroot.Foundation.HRESULT Save(IPersistStorage* pThis, winmdroot.System.Com.StructuredStorage.IStorage* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad) 230 public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.IStorage* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad) 232 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); 338 internal delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_8; 387 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.IStorage* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad);
_generated\221\Windows.Win32.IPersistStreamInit.g.cs (5)
161 private static winmdroot.Foundation.HRESULT Save(IPersistStreamInit* 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]<IPersistStreamInit*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPersistStreamInit*)Unsafe.AsPointer(ref this), pStm, fClearDirty); 302 internal delegate *unmanaged [Stdcall]<IPersistStreamInit*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 347 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.IStream* pStm, winmdroot.Foundation.BOOL fClearDirty);
_generated\230\Windows.Win32.IRangeValueProvider.g.cs (8)
131 /// <inheritdoc cref="get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 133 internal unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(out winmdroot.Foundation.BOOL pRetVal) 135 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 145 private static winmdroot.Foundation.HRESULT get_IsReadOnly(IRangeValueProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 166 public unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(winmdroot.Foundation.BOOL* pRetVal) 168 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IRangeValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 366 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsReadOnly_6; 413 unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(winmdroot.Foundation.BOOL* pRetVal);
_generated\235\Windows.Win32.IRichEditOle.g.cs (10)
414 private static winmdroot.Foundation.HRESULT SetLinkAvailable(IRichEditOle* pThis, int iob, winmdroot.Foundation.BOOL fAvailable) 446 public void SetLinkAvailable(int iob, winmdroot.Foundation.BOOL fAvailable) 448 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, fAvailable).ThrowOnFailure(); 602 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IRichEditOle* pThis, winmdroot.Foundation.BOOL fEnterMode) 630 public void ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 632 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IRichEditOle*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 780 internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetLinkAvailable_12; 790 internal delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_17; 860winmdroot.Foundation.HRESULT SetLinkAvailable(int iob, winmdroot.Foundation.BOOL fAvailable); 875winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode);
_generated\236\Windows.Win32.IRichEditOleCallback.g.cs (24)
151 private static winmdroot.Foundation.HRESULT ShowContainerUI(IRichEditOleCallback* pThis, winmdroot.Foundation.BOOL fShow) 181 public winmdroot.Foundation.HRESULT ShowContainerUI(winmdroot.Foundation.BOOL fShow) 183 return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), fShow); 278 /// <inheritdoc cref="QueryAcceptData(winmdroot.System.Com.IDataObject*, ushort*, winmdroot.System.SystemServices.RECO_FLAGS, winmdroot.Foundation.BOOL, winmdroot.Foundation.HGLOBAL)"/> 280 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) 292 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) 335 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) 337 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); 343 private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(IRichEditOleCallback* pThis, winmdroot.Foundation.BOOL fEnterMode) 372 public winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode) 374 return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), fEnterMode); 434 /// <inheritdoc cref="GetDragDropEffect(winmdroot.Foundation.BOOL, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.System.Ole.DROPEFFECT*)"/> 436 internal unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, ref winmdroot.System.Ole.DROPEFFECT pdwEffect) 448 private static winmdroot.Foundation.HRESULT GetDragDropEffect(IRichEditOleCallback* pThis, winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.DROPEFFECT* pdwEffect) 484 public unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.DROPEFFECT* pdwEffect) 486 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); 580 internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ShowContainerUI_6; 586 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; 588 internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_10; 592 internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.System.Ole.DROPEFFECT* ,winmdroot.Foundation.HRESULT> GetDragDropEffect_12; 636winmdroot.Foundation.HRESULT ShowContainerUI(winmdroot.Foundation.BOOL fShow); 645 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); 648winmdroot.Foundation.HRESULT ContextSensitiveHelp(winmdroot.Foundation.BOOL fEnterMode); 654 unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.DROPEFFECT* pdwEffect);
_generated\238\Windows.Win32.IScrollProvider.g.cs (12)
269 private static winmdroot.Foundation.HRESULT get_HorizontallyScrollable(IScrollProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 292 internal winmdroot.Foundation.BOOL HorizontallyScrollable 296 winmdroot.Foundation.BOOL __result; 297 ((delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 305 private static winmdroot.Foundation.HRESULT get_VerticallyScrollable(IScrollProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 328 internal winmdroot.Foundation.BOOL VerticallyScrollable 332 winmdroot.Foundation.BOOL __result; 333 ((delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 379 internal delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_HorizontallyScrollable_10; 381 internal delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_VerticallyScrollable_11; 440 winmdroot.Foundation.BOOL HorizontallyScrollable 445 winmdroot.Foundation.BOOL VerticallyScrollable
_generated\239\Windows.Win32.ISelectionItemProvider.g.cs (8)
153 /// <inheritdoc cref="get_IsSelected(winmdroot.Foundation.BOOL*)"/> 155 internal unsafe winmdroot.Foundation.HRESULT get_IsSelected(out winmdroot.Foundation.BOOL pRetVal) 157 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 167 private static winmdroot.Foundation.HRESULT get_IsSelected(ISelectionItemProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 188 public unsafe winmdroot.Foundation.HRESULT get_IsSelected(winmdroot.Foundation.BOOL* pRetVal) 190 return ((delegate *unmanaged [Stdcall]<ISelectionItemProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ISelectionItemProvider*)Unsafe.AsPointer(ref this), pRetVal); 257 internal delegate *unmanaged [Stdcall]<ISelectionItemProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsSelected_7; 299 unsafe winmdroot.Foundation.HRESULT get_IsSelected(winmdroot.Foundation.BOOL* pRetVal);
_generated\240\Windows.Win32.ISelectionProvider.g.cs (16)
91 /// <inheritdoc cref="get_CanSelectMultiple(winmdroot.Foundation.BOOL*)"/> 93 internal unsafe winmdroot.Foundation.HRESULT get_CanSelectMultiple(out winmdroot.Foundation.BOOL pRetVal) 95 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 105 private static winmdroot.Foundation.HRESULT get_CanSelectMultiple(ISelectionProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 127 public unsafe winmdroot.Foundation.HRESULT get_CanSelectMultiple(winmdroot.Foundation.BOOL* pRetVal) 129 return ((delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ISelectionProvider*)Unsafe.AsPointer(ref this), pRetVal); 132 /// <inheritdoc cref="get_IsSelectionRequired(winmdroot.Foundation.BOOL*)"/> 134 internal unsafe winmdroot.Foundation.HRESULT get_IsSelectionRequired(out winmdroot.Foundation.BOOL pRetVal) 136 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 146 private static winmdroot.Foundation.HRESULT get_IsSelectionRequired(ISelectionProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 168 public unsafe winmdroot.Foundation.HRESULT get_IsSelectionRequired(winmdroot.Foundation.BOOL* pRetVal) 170 return ((delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ISelectionProvider*)Unsafe.AsPointer(ref this), pRetVal); 204 internal delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CanSelectMultiple_5; 206 internal delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsSelectionRequired_6; 238 unsafe winmdroot.Foundation.HRESULT get_CanSelectMultiple(winmdroot.Foundation.BOOL* pRetVal); 241 unsafe winmdroot.Foundation.HRESULT get_IsSelectionRequired(winmdroot.Foundation.BOOL* pRetVal);
_generated\255\Windows.Win32.ITextProvider2.g.cs (8)
265 /// <inheritdoc cref="GetCaretRange(winmdroot.Foundation.BOOL*)"/> 267 internal unsafe winmdroot.UI.Accessibility.ITextRangeProvider* GetCaretRange(out winmdroot.Foundation.BOOL isActive) 269 fixed (winmdroot.Foundation.BOOL* isActiveLocal = &isActive) 279 private static winmdroot.Foundation.HRESULT GetCaretRange(ITextProvider2* pThis, winmdroot.Foundation.BOOL* isActive, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal) 308 public unsafe winmdroot.UI.Accessibility.ITextRangeProvider* GetCaretRange(winmdroot.Foundation.BOOL* isActive) 311 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.Foundation.BOOL* ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextProvider2*)Unsafe.AsPointer(ref this), isActive, &__retVal).ThrowOnFailure(); 358 internal delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.Foundation.BOOL* ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT> GetCaretRange_11; 417 unsafe winmdroot.Foundation.HRESULT GetCaretRange(winmdroot.Foundation.BOOL* isActive, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal);
_generated\257\Windows.Win32.ITextRangeProvider.g.cs (27)
92 private static winmdroot.Foundation.HRESULT Compare(ITextRangeProvider* pThis, winmdroot.UI.Accessibility.ITextRangeProvider* range, winmdroot.Foundation.BOOL* pRetVal) 118 public unsafe winmdroot.Foundation.BOOL Compare(winmdroot.UI.Accessibility.ITextRangeProvider* range) 120 winmdroot.Foundation.BOOL __retVal = default(winmdroot.Foundation.BOOL); 121 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.ITextRangeProvider* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextRangeProvider*)Unsafe.AsPointer(ref this), range, &__retVal).ThrowOnFailure(); 208 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) 242 public unsafe winmdroot.UI.Accessibility.ITextRangeProvider* FindAttribute(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT val, winmdroot.Foundation.BOOL backward) 245 ((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(); 252 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) 286 public unsafe winmdroot.UI.Accessibility.ITextRangeProvider* FindText(winmdroot.Foundation.BSTR text, winmdroot.Foundation.BOOL backward, winmdroot.Foundation.BOOL ignoreCase) 289 ((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(); 651 private static winmdroot.Foundation.HRESULT ScrollIntoView(ITextRangeProvider* pThis, winmdroot.Foundation.BOOL alignToTop) 680 public void ScrollIntoView(winmdroot.Foundation.BOOL alignToTop) 682 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextRangeProvider*)Unsafe.AsPointer(ref this), alignToTop).ThrowOnFailure(); 748 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.ITextRangeProvider* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> Compare_5; 754 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; 756 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT> FindText_9; 778 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ScrollIntoView_20; 827 unsafe winmdroot.Foundation.HRESULT Compare(winmdroot.UI.Accessibility.ITextRangeProvider* range, winmdroot.Foundation.BOOL* pRetVal); 836 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); 839 unsafe winmdroot.Foundation.HRESULT FindText(winmdroot.Foundation.BSTR text, winmdroot.Foundation.BOOL backward, winmdroot.Foundation.BOOL ignoreCase, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal); 872winmdroot.Foundation.HRESULT ScrollIntoView(winmdroot.Foundation.BOOL alignToTop);
_generated\261\Windows.Win32.IUIAutomation.g.cs (21)
60 private static winmdroot.Foundation.HRESULT CompareElements(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* el1, winmdroot.UI.Accessibility.IUIAutomationElement* el2, winmdroot.Foundation.BOOL* areSame) 92 public unsafe winmdroot.Foundation.BOOL CompareElements(winmdroot.UI.Accessibility.IUIAutomationElement* el1, winmdroot.UI.Accessibility.IUIAutomationElement* el2) 94 winmdroot.Foundation.BOOL __retVal = default(winmdroot.Foundation.BOOL); 95 ((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(); 102 private static winmdroot.Foundation.HRESULT CompareRuntimeIds(IUIAutomation* pThis, winmdroot.System.Com.SAFEARRAY* runtimeId1, winmdroot.System.Com.SAFEARRAY* runtimeId2, winmdroot.Foundation.BOOL* areSame) 134 public unsafe winmdroot.Foundation.BOOL CompareRuntimeIds(winmdroot.System.Com.SAFEARRAY* runtimeId1, winmdroot.System.Com.SAFEARRAY* runtimeId2) 136 winmdroot.Foundation.BOOL __retVal = default(winmdroot.Foundation.BOOL); 137 ((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(); 2062 private static winmdroot.Foundation.HRESULT CheckNotSupported(IUIAutomation* pThis, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.BOOL* isNotSupported) 2088 public winmdroot.Foundation.BOOL CheckNotSupported(winmdroot.System.Variant.VARIANT value) 2090 winmdroot.Foundation.BOOL __retVal = default(winmdroot.Foundation.BOOL); 2091 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IUIAutomation*)Unsafe.AsPointer(ref this), value, &__retVal).ThrowOnFailure(); 2280 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> CompareElements_4; 2282 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> CompareRuntimeIds_5; 2380 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> CheckNotSupported_54; 2469 unsafe winmdroot.Foundation.HRESULT CompareElements(winmdroot.UI.Accessibility.IUIAutomationElement* el1, winmdroot.UI.Accessibility.IUIAutomationElement* el2, winmdroot.Foundation.BOOL* areSame); 2472 unsafe winmdroot.Foundation.HRESULT CompareRuntimeIds(winmdroot.System.Com.SAFEARRAY* runtimeId1, winmdroot.System.Com.SAFEARRAY* runtimeId2, winmdroot.Foundation.BOOL* areSame); 2633 unsafe winmdroot.Foundation.HRESULT CheckNotSupported(winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.BOOL* isNotSupported);
_generated\264\Windows.Win32.IUIAutomationElement.g.cs (126)
363 private static winmdroot.Foundation.HRESULT GetCurrentPropertyValueEx(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal) 396 public winmdroot.System.Variant.VARIANT GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue) 399 ((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(); 442 private static winmdroot.Foundation.HRESULT GetCachedPropertyValueEx(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal) 475 public winmdroot.System.Variant.VARIANT GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue) 478 ((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(); 945 private static winmdroot.Foundation.HRESULT get_CurrentHasKeyboardFocus(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 967 internal winmdroot.Foundation.BOOL CurrentHasKeyboardFocus 971 winmdroot.Foundation.BOOL __result; 972 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 980 private static winmdroot.Foundation.HRESULT get_CurrentIsKeyboardFocusable(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1002 internal winmdroot.Foundation.BOOL CurrentIsKeyboardFocusable 1006 winmdroot.Foundation.BOOL __result; 1007 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1015 private static winmdroot.Foundation.HRESULT get_CurrentIsEnabled(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1037 internal winmdroot.Foundation.BOOL CurrentIsEnabled 1041 winmdroot.Foundation.BOOL __result; 1042 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1187 private static winmdroot.Foundation.HRESULT get_CurrentIsControlElement(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1209 internal winmdroot.Foundation.BOOL CurrentIsControlElement 1213 winmdroot.Foundation.BOOL __result; 1214 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1222 private static winmdroot.Foundation.HRESULT get_CurrentIsContentElement(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1242 internal winmdroot.Foundation.BOOL CurrentIsContentElement 1246 winmdroot.Foundation.BOOL __result; 1247 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1255 private static winmdroot.Foundation.HRESULT get_CurrentIsPassword(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1275 internal winmdroot.Foundation.BOOL CurrentIsPassword 1279 winmdroot.Foundation.BOOL __result; 1280 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1356 private static winmdroot.Foundation.HRESULT get_CurrentIsOffscreen(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1378 internal winmdroot.Foundation.BOOL CurrentIsOffscreen 1382 winmdroot.Foundation.BOOL __result; 1383 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1459 private static winmdroot.Foundation.HRESULT get_CurrentIsRequiredForForm(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1481 internal winmdroot.Foundation.BOOL CurrentIsRequiredForForm 1485 winmdroot.Foundation.BOOL __result; 1486 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1673 private static winmdroot.Foundation.HRESULT get_CurrentIsDataValidForForm(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 1695 internal winmdroot.Foundation.BOOL CurrentIsDataValidForForm 1699 winmdroot.Foundation.BOOL __result; 1700 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2048 private static winmdroot.Foundation.HRESULT get_CachedHasKeyboardFocus(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2070 internal winmdroot.Foundation.BOOL CachedHasKeyboardFocus 2074 winmdroot.Foundation.BOOL __result; 2075 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2083 private static winmdroot.Foundation.HRESULT get_CachedIsKeyboardFocusable(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2105 internal winmdroot.Foundation.BOOL CachedIsKeyboardFocusable 2109 winmdroot.Foundation.BOOL __result; 2110 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2118 private static winmdroot.Foundation.HRESULT get_CachedIsEnabled(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2140 internal winmdroot.Foundation.BOOL CachedIsEnabled 2144 winmdroot.Foundation.BOOL __result; 2145 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2290 private static winmdroot.Foundation.HRESULT get_CachedIsControlElement(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2310 internal winmdroot.Foundation.BOOL CachedIsControlElement 2314 winmdroot.Foundation.BOOL __result; 2315 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2323 private static winmdroot.Foundation.HRESULT get_CachedIsContentElement(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2343 internal winmdroot.Foundation.BOOL CachedIsContentElement 2347 winmdroot.Foundation.BOOL __result; 2348 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2356 private static winmdroot.Foundation.HRESULT get_CachedIsPassword(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2376 internal winmdroot.Foundation.BOOL CachedIsPassword 2380 winmdroot.Foundation.BOOL __result; 2381 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2457 private static winmdroot.Foundation.HRESULT get_CachedIsOffscreen(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2479 internal winmdroot.Foundation.BOOL CachedIsOffscreen 2483 winmdroot.Foundation.BOOL __result; 2484 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2560 private static winmdroot.Foundation.HRESULT get_CachedIsRequiredForForm(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2582 internal winmdroot.Foundation.BOOL CachedIsRequiredForForm 2586 winmdroot.Foundation.BOOL __result; 2587 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2769 private static winmdroot.Foundation.HRESULT get_CachedIsDataValidForForm(IUIAutomationElement* pThis, winmdroot.Foundation.BOOL* retVal) 2791 internal winmdroot.Foundation.BOOL CachedIsDataValidForForm 2795 winmdroot.Foundation.BOOL __result; 2796 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2937 /// <inheritdoc cref="GetClickablePoint(global::System.Drawing.Point*, winmdroot.Foundation.BOOL*)"/> 2939 internal unsafe winmdroot.Foundation.HRESULT GetClickablePoint(out global::System.Drawing.Point clickable, out winmdroot.Foundation.BOOL gotClickable) 2941 fixed (winmdroot.Foundation.BOOL* gotClickableLocal = &gotClickable) 2954 private static winmdroot.Foundation.HRESULT GetClickablePoint(IUIAutomationElement* pThis, global::System.Drawing.Point* clickable, winmdroot.Foundation.BOOL* gotClickable) 2988 public unsafe winmdroot.Foundation.HRESULT GetClickablePoint(global::System.Drawing.Point* clickable, winmdroot.Foundation.BOOL* gotClickable) 2990 return ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,global::System.Drawing.Point* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IUIAutomationElement*)Unsafe.AsPointer(ref this), clickable, gotClickable); 3038 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetCurrentPropertyValueEx_12; 3042 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetCachedPropertyValueEx_14; 3068 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentHasKeyboardFocus_27; 3070 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsKeyboardFocusable_28; 3072 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsEnabled_29; 3082 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsControlElement_34; 3084 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsContentElement_35; 3086 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsPassword_36; 3092 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsOffscreen_39; 3098 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsRequiredForForm_42; 3110 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CurrentIsDataValidForForm_48; 3132 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedHasKeyboardFocus_59; 3134 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsKeyboardFocusable_60; 3136 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsEnabled_61; 3146 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsControlElement_66; 3148 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsContentElement_67; 3150 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsPassword_68; 3156 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsOffscreen_71; 3162 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsRequiredForForm_74; 3174 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CachedIsDataValidForForm_80; 3184 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,global::System.Drawing.Point* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetClickablePoint_85; 3316 unsafe winmdroot.Foundation.HRESULT GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal); 3322 unsafe winmdroot.Foundation.HRESULT GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal); 3370 winmdroot.Foundation.BOOL CurrentHasKeyboardFocus 3375 winmdroot.Foundation.BOOL CurrentIsKeyboardFocusable 3380 winmdroot.Foundation.BOOL CurrentIsEnabled 3405 winmdroot.Foundation.BOOL CurrentIsControlElement 3410 winmdroot.Foundation.BOOL CurrentIsContentElement 3415 winmdroot.Foundation.BOOL CurrentIsPassword 3430 winmdroot.Foundation.BOOL CurrentIsOffscreen 3445 winmdroot.Foundation.BOOL CurrentIsRequiredForForm 3473 winmdroot.Foundation.BOOL CurrentIsDataValidForForm 3528 winmdroot.Foundation.BOOL CachedHasKeyboardFocus 3533 winmdroot.Foundation.BOOL CachedIsKeyboardFocusable 3538 winmdroot.Foundation.BOOL CachedIsEnabled 3563 winmdroot.Foundation.BOOL CachedIsControlElement 3568 winmdroot.Foundation.BOOL CachedIsContentElement 3573 winmdroot.Foundation.BOOL CachedIsPassword 3588 winmdroot.Foundation.BOOL CachedIsOffscreen 3603 winmdroot.Foundation.BOOL CachedIsRequiredForForm 3633 winmdroot.Foundation.BOOL CachedIsDataValidForForm 3659 unsafe winmdroot.Foundation.HRESULT GetClickablePoint(global::System.Drawing.Point* clickable, winmdroot.Foundation.BOOL* gotClickable);
_generated\270\Windows.Win32.IUIAutomationProxyFactoryEntry.g.cs (30)
157 private static winmdroot.Foundation.HRESULT get_AllowSubstringMatch(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL* allowSubstringMatch) 178 internal winmdroot.Foundation.BOOL AllowSubstringMatch 182 winmdroot.Foundation.BOOL __result; 183 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 188 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 195 private static winmdroot.Foundation.HRESULT get_CanCheckBaseClass(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL* canCheckBaseClass) 216 internal winmdroot.Foundation.BOOL CanCheckBaseClass 220 winmdroot.Foundation.BOOL __result; 221 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 226 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 233 private static winmdroot.Foundation.HRESULT get_NeedsAdviseEvents(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL* adviseEvents) 254 internal winmdroot.Foundation.BOOL NeedsAdviseEvents 258 winmdroot.Foundation.BOOL __result; 259 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 264 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 349 private static winmdroot.Foundation.HRESULT put_AllowSubstringMatch(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL allowSubstringMatch) 369 private static winmdroot.Foundation.HRESULT put_CanCheckBaseClass(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL canCheckBaseClass) 389 private static winmdroot.Foundation.HRESULT put_NeedsAdviseEvents(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.BOOL adviseEvents) 525 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_AllowSubstringMatch_7; 527 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CanCheckBaseClass_8; 529 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_NeedsAdviseEvents_9; 535 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_AllowSubstringMatch_12; 537 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_CanCheckBaseClass_13; 539 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> put_NeedsAdviseEvents_14; 593 unsafe winmdroot.Foundation.HRESULT get_AllowSubstringMatch(winmdroot.Foundation.BOOL* allowSubstringMatch); 596 unsafe winmdroot.Foundation.HRESULT get_CanCheckBaseClass(winmdroot.Foundation.BOOL* canCheckBaseClass); 599 unsafe winmdroot.Foundation.HRESULT get_NeedsAdviseEvents(winmdroot.Foundation.BOOL* adviseEvents); 608winmdroot.Foundation.HRESULT put_AllowSubstringMatch(winmdroot.Foundation.BOOL allowSubstringMatch); 611winmdroot.Foundation.HRESULT put_CanCheckBaseClass(winmdroot.Foundation.BOOL canCheckBaseClass); 614winmdroot.Foundation.HRESULT put_NeedsAdviseEvents(winmdroot.Foundation.BOOL adviseEvents);
_generated\274\Windows.Win32.IValueProvider.g.cs (8)
148 /// <inheritdoc cref="get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 150 internal unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(out winmdroot.Foundation.BOOL pRetVal) 152 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal) 162 private static winmdroot.Foundation.HRESULT get_IsReadOnly(IValueProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 184 public unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(winmdroot.Foundation.BOOL* pRetVal) 186 return ((delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 222 internal delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsReadOnly_6; 257 unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(winmdroot.Foundation.BOOL* pRetVal);
_generated\287\Windows.Win32.LICINFO.g.cs (2)
33 internal winmdroot.Foundation.BOOL fRuntimeKeyAvail; 36 internal winmdroot.Foundation.BOOL fLicVerified;
_generated\318\Windows.Win32.MCGRIDINFO.g.cs (1)
63 internal winmdroot.Foundation.BOOL bSelected;
_generated\386\Windows.Win32.OLEINPLACEFRAMEINFO.g.cs (1)
31 internal winmdroot.Foundation.BOOL fMDIApp;
_generated\410\Windows.Win32.PInvoke.COMCTL32.dll.g.cs (23)
39 internal static extern winmdroot.Foundation.BOOL ImageList_Destroy([Optional] 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); 185 internal static unsafe winmdroot.Foundation.BOOL ImageList_GetIconSize(winmdroot.UI.Controls.HIMAGELIST himl, out int cx, out int cy) 191 winmdroot.Foundation.BOOL __result = PInvoke.ImageList_GetIconSize(himl, cxLocal, cyLocal); 199 internal static unsafe winmdroot.Foundation.BOOL ImageList_GetIconSize(winmdroot.UI.Controls.HIMAGELIST himl) 201 winmdroot.Foundation.BOOL __result = PInvoke.ImageList_GetIconSize(himl, default(int* ), default(int* )); 226 internal static extern unsafe winmdroot.Foundation.BOOL ImageList_GetIconSize(winmdroot.UI.Controls.HIMAGELIST himl, [Optional] int* cx, [Optional] int* cy); 246 internal static unsafe winmdroot.Foundation.BOOL ImageList_GetImageInfo(winmdroot.UI.Controls.HIMAGELIST himl, int i, out winmdroot.UI.Controls.IMAGEINFO pImageInfo) 250 winmdroot.Foundation.BOOL __result = PInvoke.ImageList_GetImageInfo(himl, i, pImageInfoLocal); 274 internal static extern unsafe winmdroot.Foundation.BOOL ImageList_GetImageInfo(winmdroot.UI.Controls.HIMAGELIST himl, int i, winmdroot.UI.Controls.IMAGEINFO* pImageInfo); 306 internal static extern winmdroot.Foundation.BOOL ImageList_Remove(winmdroot.UI.Controls.HIMAGELIST himl, int i); 331 internal static extern winmdroot.Foundation.BOOL ImageList_Replace(winmdroot.UI.Controls.HIMAGELIST himl, int i, winmdroot.Graphics.Gdi.HBITMAP hbmImage, [Optional] winmdroot.Graphics.Gdi.HBITMAP hbmMask); 393 internal static extern unsafe winmdroot.Foundation.BOOL ImageList_Write(winmdroot.UI.Controls.HIMAGELIST himl, winmdroot.System.Com.IStream* pstm); 434 internal static unsafe winmdroot.Foundation.BOOL InitCommonControlsEx(in winmdroot.UI.Controls.INITCOMMONCONTROLSEX picce) 438 winmdroot.Foundation.BOOL __result = PInvoke.InitCommonControlsEx(picceLocal); 454 internal static extern unsafe winmdroot.Foundation.BOOL InitCommonControlsEx(winmdroot.UI.Controls.INITCOMMONCONTROLSEX* picce); 456 /// <inheritdoc cref="TaskDialogIndirect(winmdroot.UI.Controls.TASKDIALOGCONFIG*, int*, int*, winmdroot.Foundation.BOOL*)"/> 459 internal static unsafe winmdroot.Foundation.HRESULT TaskDialogIndirect(in winmdroot.UI.Controls.TASKDIALOGCONFIG pTaskConfig, out int pnButton, out int pnRadioButton, out winmdroot.Foundation.BOOL pfVerificationFlagChecked) 461 fixed (winmdroot.Foundation.BOOL* pfVerificationFlagCheckedLocal = &pfVerificationFlagChecked) 477 /// <inheritdoc cref="TaskDialogIndirect(winmdroot.UI.Controls.TASKDIALOGCONFIG*, int*, int*, winmdroot.Foundation.BOOL*)"/> 483 winmdroot.Foundation.HRESULT __result = PInvoke.TaskDialogIndirect(pTaskConfigLocal, default(int* ), default(int* ), default(winmdroot.Foundation.BOOL* )); 515 internal static extern unsafe winmdroot.Foundation.HRESULT TaskDialogIndirect(winmdroot.UI.Controls.TASKDIALOGCONFIG* pTaskConfig, [Optional] int* pnButton, [Optional] int* pnRadioButton, [Optional] winmdroot.Foundation.BOOL* pfVerificationFlagChecked);
_generated\414\Windows.Win32.PInvoke.GDI32.dll.g.cs (47)
102 internal static extern winmdroot.Foundation.BOOL Ellipse(winmdroot.Graphics.Gdi.HDC hdc, int left, int top, int right, int bottom); 106 internal static 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, [Optional] string lpString, [Optional] ReadOnlySpan<int> lpDx) 113 winmdroot.Foundation.BOOL __result = PInvoke.ExtTextOut(hdc, x, y, options, lprect.HasValue ? &lprectLocal : null, lpStringLocal, (uint )lpDx.Length, lpDxLocal); 142 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, [Optional] winmdroot.Foundation.PCWSTR lpString, uint c, [Optional] int* lpDx); 202 internal static unsafe winmdroot.Foundation.BOOL GetBrushOrgEx(winmdroot.Graphics.Gdi.HDC hdc, out global::System.Drawing.Point lppt) 206 winmdroot.Foundation.BOOL __result = PInvoke.GetBrushOrgEx(hdc, lpptLocal); 223 internal static extern unsafe winmdroot.Foundation.BOOL GetBrushOrgEx(winmdroot.Graphics.Gdi.HDC hdc, global::System.Drawing.Point* lppt); 428 internal static unsafe winmdroot.Foundation.BOOL GetTextExtentPoint32W(winmdroot.Graphics.Gdi.HDC hdc, string lpString, int c, out winmdroot.Foundation.SIZE psizl) 434 winmdroot.Foundation.BOOL __result = PInvoke.GetTextExtentPoint32W(hdc, lpStringLocal, c, psizlLocal); 455 internal static extern unsafe winmdroot.Foundation.BOOL GetTextExtentPoint32W(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.PCWSTR lpString, int c, winmdroot.Foundation.SIZE* psizl); 460 internal static unsafe winmdroot.Foundation.BOOL GetTextMetrics(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Graphics.Gdi.TEXTMETRICW lptm) 464 winmdroot.Foundation.BOOL __result = PInvoke.GetTextMetrics(hdc, lptmLocal); 478 internal static extern unsafe winmdroot.Foundation.BOOL GetTextMetrics(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.TEXTMETRICW* lptm); 483 internal static unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Foundation.SIZE lpsize) 487 winmdroot.Foundation.BOOL __result = PInvoke.GetViewportExtEx(hdc, lpsizeLocal); 503 internal static extern unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.SIZE* lpsize); 536 internal static extern winmdroot.Foundation.BOOL LineTo(winmdroot.Graphics.Gdi.HDC hdc, int x, int y); 540 internal static unsafe winmdroot.Foundation.BOOL LPtoDP(winmdroot.Graphics.Gdi.HDC hdc, ReadOnlySpan<global::System.Drawing.Point> lppt) 544 winmdroot.Foundation.BOOL __result = PInvoke.LPtoDP(hdc, lpptLocal, lppt.Length); 562 internal static extern unsafe winmdroot.Foundation.BOOL LPtoDP(winmdroot.Graphics.Gdi.HDC hdc, global::System.Drawing.Point* lppt, int c); 567 internal static unsafe winmdroot.Foundation.BOOL MoveToEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, out global::System.Drawing.Point lppt) 571 winmdroot.Foundation.BOOL __result = PInvoke.MoveToEx(hdc, x, y, lpptLocal); 578 internal static unsafe winmdroot.Foundation.BOOL MoveToEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y) 580 winmdroot.Foundation.BOOL __result = PInvoke.MoveToEx(hdc, x, y, default(global::System.Drawing.Point* )); 595 internal static extern unsafe winmdroot.Foundation.BOOL MoveToEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] global::System.Drawing.Point* lppt); 613 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); 629 internal static extern winmdroot.Foundation.BOOL RoundRect(winmdroot.Graphics.Gdi.HDC hdc, int left, int top, int right, int bottom, int width, int height); 634 internal static unsafe winmdroot.Foundation.BOOL SetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, out winmdroot.Foundation.SIZE lpsz) 638 winmdroot.Foundation.BOOL __result = PInvoke.SetViewportExtEx(hdc, x, y, lpszLocal); 645 internal static unsafe winmdroot.Foundation.BOOL SetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y) 647 winmdroot.Foundation.BOOL __result = PInvoke.SetViewportExtEx(hdc, x, y, default(winmdroot.Foundation.SIZE* )); 666 internal static extern unsafe winmdroot.Foundation.BOOL SetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] winmdroot.Foundation.SIZE* lpsz); 671 internal static unsafe winmdroot.Foundation.BOOL SetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, out global::System.Drawing.Point lppt) 675 winmdroot.Foundation.BOOL __result = PInvoke.SetViewportOrgEx(hdc, x, y, lpptLocal); 682 internal static unsafe winmdroot.Foundation.BOOL SetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y) 684 winmdroot.Foundation.BOOL __result = PInvoke.SetViewportOrgEx(hdc, x, y, default(global::System.Drawing.Point* )); 704 internal static extern unsafe winmdroot.Foundation.BOOL SetViewportOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] global::System.Drawing.Point* lppt); 709 internal static unsafe winmdroot.Foundation.BOOL SetWindowExtEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, out winmdroot.Foundation.SIZE lpsz) 713 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowExtEx(hdc, x, y, lpszLocal); 720 internal static unsafe winmdroot.Foundation.BOOL SetWindowExtEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y) 722 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowExtEx(hdc, x, y, default(winmdroot.Foundation.SIZE* )); 741 internal static extern unsafe winmdroot.Foundation.BOOL SetWindowExtEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] winmdroot.Foundation.SIZE* lpsz); 746 internal static unsafe winmdroot.Foundation.BOOL SetWindowOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, out global::System.Drawing.Point lppt) 750 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowOrgEx(hdc, x, y, lpptLocal); 757 internal static unsafe winmdroot.Foundation.BOOL SetWindowOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y) 759 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowOrgEx(hdc, x, y, default(global::System.Drawing.Point* )); 779 internal static extern unsafe winmdroot.Foundation.BOOL SetWindowOrgEx(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, [Optional] global::System.Drawing.Point* lppt);
_generated\416\Windows.Win32.PInvoke.IMM32.dll.g.cs (12)
31 internal static extern winmdroot.Foundation.BOOL ImmDestroyContext(winmdroot.UI.Input.Ime.HIMC param0); 62 internal static unsafe winmdroot.Foundation.BOOL ImmGetConversionStatus(winmdroot.UI.Input.Ime.HIMC param0, out winmdroot.UI.Input.Ime.IME_CONVERSION_MODE lpfdwConversion, out winmdroot.UI.Input.Ime.IME_SENTENCE_MODE lpfdwSentence) 68 winmdroot.Foundation.BOOL __result = PInvoke.ImmGetConversionStatus(param0, lpfdwConversionLocal, lpfdwSentenceLocal); 76 internal static unsafe winmdroot.Foundation.BOOL ImmGetConversionStatus(winmdroot.UI.Input.Ime.HIMC param0) 78 winmdroot.Foundation.BOOL __result = PInvoke.ImmGetConversionStatus(param0, default(winmdroot.UI.Input.Ime.IME_CONVERSION_MODE* ), default(winmdroot.UI.Input.Ime.IME_SENTENCE_MODE* )); 89 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); 98 internal static extern winmdroot.Foundation.BOOL ImmGetOpenStatus(winmdroot.UI.Input.Ime.HIMC param0); 110 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); 119 internal static extern winmdroot.Foundation.BOOL ImmReleaseContext(winmdroot.Foundation.HWND param0, winmdroot.UI.Input.Ime.HIMC param1); 129 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); 136 internal static extern winmdroot.Foundation.BOOL ImmSetOpenStatus(winmdroot.UI.Input.Ime.HIMC param0, winmdroot.Foundation.BOOL param1);
_generated\417\Windows.Win32.PInvoke.KERNEL32.dll.g.cs (37)
30 internal static unsafe winmdroot.Foundation.BOOL ActivateActCtx([Optional] winmdroot.Foundation.HANDLE hActCtx, out nuint lpCookie) 34 winmdroot.Foundation.BOOL __result = PInvoke.ActivateActCtx(hActCtx, lpCookieLocal); 41 internal static unsafe winmdroot.Foundation.BOOL ActivateActCtx(out nuint lpCookie) 45 winmdroot.Foundation.BOOL __result = PInvoke.ActivateActCtx(default(winmdroot.Foundation.HANDLE ), lpCookieLocal); 64 internal static unsafe winmdroot.Foundation.BOOL ActivateActCtx([Optional] winmdroot.Foundation.HANDLE hActCtx, nuint* lpCookie) 67 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hActCtx, lpCookie); 72 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.HANDLE hActCtx, nuint* lpCookie); 86 internal static winmdroot.Foundation.BOOL CloseHandle(winmdroot.Foundation.HANDLE hObject) 89 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hObject); 94 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hObject); 150 internal static winmdroot.Foundation.BOOL DeactivateActCtx(uint dwFlags, nuint ulCookie) 153 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(dwFlags, ulCookie); 158 static extern winmdroot.Foundation.BOOL LocalExternFunction(uint dwFlags, nuint ulCookie); 161 /// <inheritdoc cref="DuplicateHandle(winmdroot.Foundation.HANDLE, winmdroot.Foundation.HANDLE, winmdroot.Foundation.HANDLE, winmdroot.Foundation.HANDLE*, uint, winmdroot.Foundation.BOOL, winmdroot.Foundation.DUPLICATE_HANDLE_OPTIONS)"/> 164 internal static unsafe winmdroot.Foundation.BOOL DuplicateHandle(winmdroot.Foundation.HANDLE hSourceProcessHandle, winmdroot.Foundation.HANDLE hSourceHandle, winmdroot.Foundation.HANDLE hTargetProcessHandle, out winmdroot.Foundation.HANDLE lpTargetHandle, uint dwDesiredAccess, winmdroot.Foundation.BOOL bInheritHandle, winmdroot.Foundation.DUPLICATE_HANDLE_OPTIONS dwOptions) 168 winmdroot.Foundation.BOOL __result = PInvoke.DuplicateHandle(hSourceProcessHandle, hSourceHandle, hTargetProcessHandle, lpTargetHandleLocal, dwDesiredAccess, bInheritHandle, dwOptions); 206 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) 209 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hSourceProcessHandle, hSourceHandle, hTargetProcessHandle, lpTargetHandle, dwDesiredAccess, bInheritHandle, dwOptions); 214 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); 286 internal static unsafe winmdroot.Foundation.BOOL GetCurrentActCtx(out winmdroot.Foundation.HANDLE lphActCtx) 290 winmdroot.Foundation.BOOL __result = PInvoke.GetCurrentActCtx(lphActCtxLocal); 305 internal static unsafe winmdroot.Foundation.BOOL GetCurrentActCtx(winmdroot.Foundation.HANDLE* lphActCtx) 308 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lphActCtx); 313 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE* lphActCtx); 346 internal static unsafe winmdroot.Foundation.BOOL GetExitCodeThread(winmdroot.Foundation.HANDLE hThread, out uint lpExitCode) 350 winmdroot.Foundation.BOOL __result = PInvoke.GetExitCodeThread(hThread, lpExitCodeLocal); 370 internal static unsafe winmdroot.Foundation.BOOL GetExitCodeThread(winmdroot.Foundation.HANDLE hThread, uint* lpExitCode) 373 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hThread, lpExitCode); 378 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hThread, uint* lpExitCode); 616 internal static unsafe winmdroot.Foundation.BOOL GetSystemPowerStatus(out winmdroot.System.Power.SYSTEM_POWER_STATUS lpSystemPowerStatus) 620 winmdroot.Foundation.BOOL __result = PInvoke.GetSystemPowerStatus(lpSystemPowerStatusLocal); 638 internal static unsafe winmdroot.Foundation.BOOL GetSystemPowerStatus(winmdroot.System.Power.SYSTEM_POWER_STATUS* lpSystemPowerStatus) 641 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpSystemPowerStatus); 646 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.System.Power.SYSTEM_POWER_STATUS* lpSystemPowerStatus);
_generated\418\Windows.Win32.PInvoke.OLE32.dll.g.cs (4)
107 internal static extern unsafe winmdroot.Foundation.HRESULT CreateILockBytesOnHGlobal([Optional] winmdroot.Foundation.HGLOBAL hGlobal, winmdroot.Foundation.BOOL fDeleteOnRelease, winmdroot.System.Com.StructuredStorage.ILockBytes** pplkbyt); 147 internal static unsafe winmdroot.Foundation.BOOL IsAccelerator(winmdroot.UI.WindowsAndMessaging.HACCEL hAccel, int cAccelEntries, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg, out ushort lpwCmd) 153 winmdroot.Foundation.BOOL __result = PInvoke.IsAccelerator(hAccel, cAccelEntries, lpMsgLocal, lpwCmdLocal); 171 internal static extern unsafe winmdroot.Foundation.BOOL IsAccelerator(winmdroot.UI.WindowsAndMessaging.HACCEL hAccel, int cAccelEntries, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, ushort* lpwCmd);
_generated\422\Windows.Win32.PInvoke.SHELL32.dll.g.cs (3)
301 internal static unsafe winmdroot.Foundation.BOOL SHGetPathFromIDListEx(in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, Span<char>pszPath, winmdroot.UI.Shell.GPFIDL_FLAGS uOpts) 307 winmdroot.Foundation.BOOL __result = PInvoke.SHGetPathFromIDListEx(pidlLocal, pszPathLocal, (uint )pszPath.Length, uOpts); 340 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);
_generated\424\Windows.Win32.PInvoke.UIAutomationCore.dll.g.cs (1)
35 internal static extern winmdroot.Foundation.BOOL UiaClientsAreListening();
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (286)
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)"/> 79 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) 83 winmdroot.Foundation.BOOL __result = PInvoke.AdjustWindowRectEx(lpRectLocal, dwStyle, bMenu, dwExStyle); 113 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) 116 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpRect, dwStyle, bMenu, dwExStyle); 121 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); 124 /// <inheritdoc cref="AdjustWindowRectExForDpi(winmdroot.Foundation.RECT*, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE, winmdroot.Foundation.BOOL, winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE, uint)"/> 127 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) 131 winmdroot.Foundation.BOOL __result = PInvoke.AdjustWindowRectExForDpi(lpRectLocal, dwStyle, bMenu, dwExStyle, dpi); 147 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) 150 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpRect, dwStyle, bMenu, dwExStyle, dpi); 155 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); 165 internal static extern winmdroot.Foundation.BOOL AreDpiAwarenessContextsEqual(winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT dpiContextA, winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT dpiContextB); 181 internal static winmdroot.Foundation.BOOL BlockInput(winmdroot.Foundation.BOOL fBlockIt) 184 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(fBlockIt); 189 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.BOOL fBlockIt); 202 internal static winmdroot.Foundation.BOOL UnhookWindowsHookEx(winmdroot.UI.WindowsAndMessaging.HHOOK hhk) 205 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hhk); 210 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HHOOK hhk); 269 internal static unsafe winmdroot.Foundation.BOOL ClientToScreen(winmdroot.Foundation.HWND hWnd, ref global::System.Drawing.Point lpPoint) 273 winmdroot.Foundation.BOOL __result = PInvoke.ClientToScreen(hWnd, lpPointLocal); 290 internal static extern unsafe winmdroot.Foundation.BOOL ClientToScreen(winmdroot.Foundation.HWND hWnd, global::System.Drawing.Point* lpPoint); 295 internal static unsafe winmdroot.Foundation.BOOL ClipCursor([Optional] winmdroot.Foundation.RECT? lpRect) 298 winmdroot.Foundation.BOOL __result = PInvoke.ClipCursor(lpRect.HasValue ? &lpRectLocal : null); 315 internal static unsafe winmdroot.Foundation.BOOL ClipCursor([Optional] winmdroot.Foundation.RECT* lpRect) 318 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpRect); 323 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.RECT* lpRect); 339 internal static winmdroot.Foundation.BOOL CloseDesktop(winmdroot.System.StationsAndDesktops.HDESK hDesktop) 342 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hDesktop); 347 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.System.StationsAndDesktops.HDESK hDesktop); 363 internal static extern winmdroot.Foundation.BOOL DestroyAcceleratorTable(winmdroot.UI.WindowsAndMessaging.HACCEL hAccel); 414 internal static winmdroot.Foundation.BOOL DestroyMenu(winmdroot.UI.WindowsAndMessaging.HMENU hMenu) 417 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hMenu); 422 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HMENU hMenu); 606 internal static winmdroot.Foundation.BOOL DestroyCursor(winmdroot.UI.WindowsAndMessaging.HCURSOR hCursor) 609 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hCursor); 614 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HCURSOR hCursor); 630 internal static winmdroot.Foundation.BOOL DestroyWindow(winmdroot.Foundation.HWND hWnd) 633 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd); 638 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd); 672 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) 676 winmdroot.Foundation.BOOL __result = PInvoke.DrawEdge(hdc, qrcLocal, edge, grfFlags); 698 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); 703 internal static unsafe winmdroot.Foundation.BOOL DrawFrameControl(winmdroot.Graphics.Gdi.HDC hdc, ref winmdroot.Foundation.RECT lprc, uint uType, uint uState) 707 winmdroot.Foundation.BOOL __result = PInvoke.DrawFrameControl(hdc, lprcLocal, uType, uState); 722 internal static extern unsafe winmdroot.Foundation.BOOL DrawFrameControl(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.RECT* lprc, uint uType, uint uState); 736 internal static winmdroot.Foundation.BOOL DrawMenuBar(winmdroot.Foundation.HWND hWnd) 739 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd); 744 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd); 840 internal static extern winmdroot.Foundation.BOOL EnableMenuItem(winmdroot.UI.WindowsAndMessaging.HMENU hMenu, uint uIDEnableItem, winmdroot.UI.WindowsAndMessaging.MENU_ITEM_FLAGS uEnable); 856 internal static winmdroot.Foundation.BOOL EnableScrollBar(winmdroot.Foundation.HWND hWnd, uint wSBflags, winmdroot.UI.Controls.ENABLE_SCROLL_BAR_ARROWS wArrows) 859 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, wSBflags, wArrows); 864 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, uint wSBflags, winmdroot.UI.Controls.ENABLE_SCROLL_BAR_ARROWS wArrows); 885 internal static extern winmdroot.Foundation.BOOL EnableWindow(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.BOOL bEnable); 904 internal static winmdroot.Foundation.BOOL EndDialog(winmdroot.Foundation.HWND hDlg, nint nResult) 907 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hDlg, nResult); 912 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hDlg, nint nResult); 918 internal static unsafe winmdroot.Foundation.BOOL EnumDisplaySettings([Optional] string lpszDeviceName, winmdroot.Graphics.Gdi.ENUM_DISPLAY_SETTINGS_MODE iModeNum, ref winmdroot.Graphics.Gdi.DEVMODEW lpDevMode) 924 winmdroot.Foundation.BOOL __result = PInvoke.EnumDisplaySettings(lpszDeviceNameLocal, iModeNum, lpDevModeLocal); 951 internal static extern unsafe winmdroot.Foundation.BOOL EnumDisplaySettings([Optional] winmdroot.Foundation.PCWSTR lpszDeviceName, winmdroot.Graphics.Gdi.ENUM_DISPLAY_SETTINGS_MODE iModeNum, winmdroot.Graphics.Gdi.DEVMODEW* lpDevMode); 1111 internal static unsafe winmdroot.Foundation.BOOL GetCaretPos(out global::System.Drawing.Point lpPoint) 1115 winmdroot.Foundation.BOOL __result = PInvoke.GetCaretPos(lpPointLocal); 1134 internal static unsafe winmdroot.Foundation.BOOL GetCaretPos(global::System.Drawing.Point* lpPoint) 1137 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpPoint); 1142 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(global::System.Drawing.Point* lpPoint); 1148 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo([Optional] winmdroot.Foundation.HINSTANCE hInstance, string lpClassName, out winmdroot.UI.WindowsAndMessaging.WNDCLASSW lpWndClass) 1154 winmdroot.Foundation.BOOL __result = PInvoke.GetClassInfo(hInstance, lpClassNameLocal, lpWndClassLocal); 1181 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo([Optional] winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 1184 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hInstance, lpClassName, lpWndClass); 1189 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass); 1238 internal static unsafe winmdroot.Foundation.BOOL GetClipCursor(out winmdroot.Foundation.RECT lpRect) 1242 winmdroot.Foundation.BOOL __result = PInvoke.GetClipCursor(lpRectLocal); 1260 internal static unsafe winmdroot.Foundation.BOOL GetClipCursor(winmdroot.Foundation.RECT* lpRect) 1263 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpRect); 1268 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.RECT* lpRect); 1274 internal static unsafe winmdroot.Foundation.BOOL GetComboBoxInfo(winmdroot.Foundation.HWND hwndCombo, ref winmdroot.UI.Controls.COMBOBOXINFO pcbi) 1278 winmdroot.Foundation.BOOL __result = PInvoke.GetComboBoxInfo(hwndCombo, pcbiLocal); 1297 internal static unsafe winmdroot.Foundation.BOOL GetComboBoxInfo(winmdroot.Foundation.HWND hwndCombo, winmdroot.UI.Controls.COMBOBOXINFO* pcbi) 1300 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hwndCombo, pcbi); 1305 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hwndCombo, winmdroot.UI.Controls.COMBOBOXINFO* pcbi); 1322 internal static unsafe winmdroot.Foundation.BOOL GetCursorPos(out global::System.Drawing.Point lpPoint) 1326 winmdroot.Foundation.BOOL __result = PInvoke.GetCursorPos(lpPointLocal); 1344 internal static unsafe winmdroot.Foundation.BOOL GetCursorPos(global::System.Drawing.Point* lpPoint) 1347 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpPoint); 1352 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(global::System.Drawing.Point* lpPoint); 1380 /// <inheritdoc cref="GetDlgItemInt(winmdroot.Foundation.HWND, int, winmdroot.Foundation.BOOL*, winmdroot.Foundation.BOOL)"/> 1383 internal static unsafe uint GetDlgItemInt(winmdroot.Foundation.HWND hDlg, int nIDDlgItem, out winmdroot.Foundation.BOOL lpTranslated, winmdroot.Foundation.BOOL bSigned) 1385 fixed (winmdroot.Foundation.BOOL* lpTranslatedLocal = &lpTranslated) 1392 /// <inheritdoc cref="GetDlgItemInt(winmdroot.Foundation.HWND, int, winmdroot.Foundation.BOOL*, winmdroot.Foundation.BOOL)"/> 1394 internal static unsafe uint GetDlgItemInt(winmdroot.Foundation.HWND hDlg, int nIDDlgItem, winmdroot.Foundation.BOOL bSigned) 1396 uint __result = PInvoke.GetDlgItemInt(hDlg, nIDDlgItem, default(winmdroot.Foundation.BOOL* ), bSigned); 1425 internal static unsafe uint GetDlgItemInt(winmdroot.Foundation.HWND hDlg, int nIDDlgItem, [Optional] winmdroot.Foundation.BOOL* lpTranslated, winmdroot.Foundation.BOOL bSigned) 1433 static extern unsafe uint LocalExternFunction(winmdroot.Foundation.HWND hDlg, int nIDDlgItem, [Optional] winmdroot.Foundation.BOOL* lpTranslated, winmdroot.Foundation.BOOL bSigned); 1539 internal static unsafe winmdroot.Foundation.BOOL GetKeyboardState(Span<byte> lpKeyState) 1544 winmdroot.Foundation.BOOL __result = PInvoke.GetKeyboardState(lpKeyStateLocal); 1563 internal static unsafe winmdroot.Foundation.BOOL GetKeyboardState(byte* lpKeyState) 1566 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpKeyState); 1571 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(byte* lpKeyState); 1627 /// <inheritdoc cref="GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU, uint, winmdroot.Foundation.BOOL, winmdroot.UI.WindowsAndMessaging.MENUITEMINFOW*)"/> 1630 internal static unsafe winmdroot.Foundation.BOOL GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, ref winmdroot.UI.WindowsAndMessaging.MENUITEMINFOW lpmii) 1634 winmdroot.Foundation.BOOL __result = PInvoke.GetMenuItemInfo(hmenu, item, fByPosition, lpmiiLocal); 1664 internal static unsafe winmdroot.Foundation.BOOL GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, winmdroot.UI.WindowsAndMessaging.MENUITEMINFOW* lpmii) 1667 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hmenu, item, fByPosition, lpmii); 1672 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, winmdroot.UI.WindowsAndMessaging.MENUITEMINFOW* lpmii); 1678 internal static unsafe winmdroot.Foundation.BOOL GetMessage(out winmdroot.UI.WindowsAndMessaging.MSG lpMsg, [Optional] winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax) 1682 winmdroot.Foundation.BOOL __result = PInvoke.GetMessage(lpMsgLocal, hWnd, wMsgFilterMin, wMsgFilterMax); 1718 internal static unsafe winmdroot.Foundation.BOOL GetMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, [Optional] winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax) 1721 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax); 1726 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, [Optional] winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax); 1779 internal static unsafe winmdroot.Foundation.BOOL GetPhysicalCursorPos(out global::System.Drawing.Point lpPoint) 1783 winmdroot.Foundation.BOOL __result = PInvoke.GetPhysicalCursorPos(lpPointLocal); 1799 internal static unsafe winmdroot.Foundation.BOOL GetPhysicalCursorPos(global::System.Drawing.Point* lpPoint) 1802 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpPoint); 1807 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(global::System.Drawing.Point* lpPoint); 1823 internal static winmdroot.Foundation.BOOL CloseWindowStation(winmdroot.System.StationsAndDesktops.HWINSTA hWinSta) 1826 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWinSta); 1831 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.System.StationsAndDesktops.HWINSTA hWinSta); 1857 internal static unsafe winmdroot.Foundation.BOOL GetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, ref winmdroot.UI.WindowsAndMessaging.SCROLLINFO lpsi) 1861 winmdroot.Foundation.BOOL __result = PInvoke.GetScrollInfo(hwnd, nBar, lpsiLocal); 1886 internal static unsafe winmdroot.Foundation.BOOL GetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.SCROLLINFO* lpsi) 1889 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hwnd, nBar, lpsi); 1894 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.SCROLLINFO* lpsi); 1915 internal static extern winmdroot.UI.WindowsAndMessaging.HMENU GetSystemMenu(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.BOOL bRevert); 1950 /// <inheritdoc cref="GetUpdateRect(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/> 1953 internal static unsafe winmdroot.Foundation.BOOL GetUpdateRect(winmdroot.Foundation.HWND hWnd, out winmdroot.Foundation.RECT lpRect, winmdroot.Foundation.BOOL bErase) 1957 winmdroot.Foundation.BOOL __result = PInvoke.GetUpdateRect(hWnd, lpRectLocal, bErase); 1962 /// <inheritdoc cref="GetUpdateRect(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/> 1964 internal static unsafe winmdroot.Foundation.BOOL GetUpdateRect(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.BOOL bErase) 1966 winmdroot.Foundation.BOOL __result = PInvoke.GetUpdateRect(hWnd, default(winmdroot.Foundation.RECT* ), bErase); 1987 internal static extern unsafe winmdroot.Foundation.BOOL GetUpdateRect(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lpRect, winmdroot.Foundation.BOOL bErase); 2000 internal static extern winmdroot.Graphics.Gdi.GDI_REGION_TYPE GetUpdateRgn(winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Gdi.HRGN hRgn, winmdroot.Foundation.BOOL bErase); 2004 internal static unsafe winmdroot.Foundation.BOOL GetUserObjectInformation(winmdroot.Foundation.HANDLE hObj, winmdroot.System.StationsAndDesktops.USER_OBJECT_INFORMATION_INDEX nIndex, [Optional] Span<byte> pvInfo, out uint lpnLengthNeeded) 2010 winmdroot.Foundation.BOOL __result = PInvoke.GetUserObjectInformation(hObj, nIndex, (void* )pvInfoLocal, (uint )pvInfo.Length, lpnLengthNeededLocal); 2018 internal static unsafe winmdroot.Foundation.BOOL GetUserObjectInformation(winmdroot.Foundation.HANDLE hObj, winmdroot.System.StationsAndDesktops.USER_OBJECT_INFORMATION_INDEX nIndex, [Optional] Span<byte> pvInfo) 2022 winmdroot.Foundation.BOOL __result = PInvoke.GetUserObjectInformation(hObj, nIndex, (void* )pvInfoLocal, (uint )pvInfo.Length, default(uint* )); 2044 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) 2047 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hObj, nIndex, pvInfo, nLength, lpnLengthNeeded); 2052 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); 2080 internal static unsafe winmdroot.Foundation.BOOL GetWindowDisplayAffinity(winmdroot.Foundation.HWND hWnd, out uint pdwAffinity) 2084 winmdroot.Foundation.BOOL __result = PInvoke.GetWindowDisplayAffinity(hWnd, pdwAffinityLocal); 2107 internal static unsafe winmdroot.Foundation.BOOL GetWindowDisplayAffinity(winmdroot.Foundation.HWND hWnd, uint* pdwAffinity) 2110 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, pdwAffinity); 2115 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, uint* pdwAffinity); 2132 internal static unsafe winmdroot.Foundation.BOOL GetWindowPlacement(winmdroot.Foundation.HWND hWnd, ref winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT lpwndpl) 2136 winmdroot.Foundation.BOOL __result = PInvoke.GetWindowPlacement(hWnd, lpwndplLocal); 2158 internal static unsafe winmdroot.Foundation.BOOL GetWindowPlacement(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT* lpwndpl) 2161 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpwndpl); 2166 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT* lpwndpl); 2197 internal static winmdroot.Foundation.BOOL HideCaret([Optional] winmdroot.Foundation.HWND hWnd) 2200 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd); 2205 static extern winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.HWND hWnd); 2208 /// <inheritdoc cref="InvalidateRect(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/> 2211 internal static unsafe winmdroot.Foundation.BOOL InvalidateRect([Optional] winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT? lpRect, winmdroot.Foundation.BOOL bErase) 2214 winmdroot.Foundation.BOOL __result = PInvoke.InvalidateRect(hWnd, lpRect.HasValue ? &lpRectLocal : null, bErase); 2231 internal static extern unsafe winmdroot.Foundation.BOOL InvalidateRect([Optional] winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lpRect, winmdroot.Foundation.BOOL bErase); 2244 internal static extern winmdroot.Foundation.BOOL InvalidateRgn(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Graphics.Gdi.HRGN hRgn, winmdroot.Foundation.BOOL bErase); 2263 internal static extern winmdroot.Foundation.BOOL IsChild(winmdroot.Foundation.HWND hWndParent, winmdroot.Foundation.HWND hWnd); 2268 internal static unsafe winmdroot.Foundation.BOOL IsDialogMessage(winmdroot.Foundation.HWND hDlg, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 2272 winmdroot.Foundation.BOOL __result = PInvoke.IsDialogMessage(hDlg, lpMsgLocal); 2296 internal static extern unsafe winmdroot.Foundation.BOOL IsDialogMessage(winmdroot.Foundation.HWND hDlg, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 2307 internal static extern winmdroot.Foundation.BOOL IsProcessDPIAware(); 2318 internal static extern winmdroot.Foundation.BOOL IsValidDpiAwarenessContext(winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT value); 2331 internal static extern winmdroot.Foundation.BOOL IsWindow([Optional] winmdroot.Foundation.HWND hWnd); 2344 internal static extern winmdroot.Foundation.BOOL IsWindowEnabled(winmdroot.Foundation.HWND hWnd); 2360 internal static extern winmdroot.Foundation.BOOL IsWindowUnicode(winmdroot.Foundation.HWND hWnd); 2376 internal static extern winmdroot.Foundation.BOOL IsWindowVisible(winmdroot.Foundation.HWND hWnd); 2391 internal static extern winmdroot.Foundation.BOOL IsZoomed(winmdroot.Foundation.HWND hWnd); 2407 internal static winmdroot.Foundation.BOOL KillTimer([Optional] winmdroot.Foundation.HWND hWnd, nuint uIDEvent) 2410 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, uIDEvent); 2415 static extern winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.HWND hWnd, nuint uIDEvent); 2492 internal static winmdroot.Foundation.BOOL MessageBeep(winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_STYLE uType) 2495 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(uType); 2500 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_STYLE uType); 2658 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) 2666 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); 2709 internal static winmdroot.Foundation.BOOL PostThreadMessage(uint idThread, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam) 2712 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(idThread, Msg, wParam, lParam); 2717 static extern winmdroot.Foundation.BOOL LocalExternFunction(uint idThread, uint Msg, winmdroot.Foundation.WPARAM wParam, winmdroot.Foundation.LPARAM lParam); 2723 internal static unsafe winmdroot.Foundation.BOOL RedrawWindow([Optional] winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT? lprcUpdate, [Optional] winmdroot.Graphics.Gdi.HRGN hrgnUpdate, winmdroot.Graphics.Gdi.REDRAW_WINDOW_FLAGS flags) 2726 winmdroot.Foundation.BOOL __result = PInvoke.RedrawWindow(hWnd, lprcUpdate.HasValue ? &lprcUpdateLocal : null, hrgnUpdate, flags); 2745 internal static extern unsafe winmdroot.Foundation.BOOL RedrawWindow([Optional] winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lprcUpdate, [Optional] winmdroot.Graphics.Gdi.HRGN hrgnUpdate, winmdroot.Graphics.Gdi.REDRAW_WINDOW_FLAGS flags); 2825 internal static winmdroot.Foundation.BOOL ReleaseCapture() 2828 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(); 2833 static extern winmdroot.Foundation.BOOL LocalExternFunction(); 2853 internal static unsafe winmdroot.Foundation.BOOL ScreenToClient(winmdroot.Foundation.HWND hWnd, ref global::System.Drawing.Point lpPoint) 2857 winmdroot.Foundation.BOOL __result = PInvoke.ScreenToClient(hWnd, lpPointLocal); 2874 internal static extern unsafe winmdroot.Foundation.BOOL ScreenToClient(winmdroot.Foundation.HWND hWnd, global::System.Drawing.Point* lpPoint); 2879 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) 2883 winmdroot.Foundation.BOOL __result = PInvoke.ScrollWindow(hWnd, XAmount, YAmount, lpRect.HasValue ? &lpRectLocal : null, lpClipRect.HasValue ? &lpClipRectLocal : null); 2916 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) 2919 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, XAmount, YAmount, lpRect, lpClipRect); 2924 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); 3110 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) 3113 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, Msg, wParam, lParam, lpResultCallBack, dwData); 3118 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); 3260 internal static winmdroot.Foundation.BOOL SetCursorPos(int X, int Y) 3263 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(X, Y); 3268 static extern winmdroot.Foundation.BOOL LocalExternFunction(int X, int Y); 3309 internal static extern winmdroot.Foundation.BOOL SetForegroundWindow(winmdroot.Foundation.HWND hWnd); 3314 internal static unsafe winmdroot.Foundation.BOOL SetKeyboardState(ReadOnlySpan<byte> lpKeyState) 3319 winmdroot.Foundation.BOOL __result = PInvoke.SetKeyboardState(lpKeyStateLocal); 3334 internal static unsafe winmdroot.Foundation.BOOL SetKeyboardState(byte* lpKeyState) 3337 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpKeyState); 3342 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(byte* lpKeyState); 3368 internal static winmdroot.Foundation.BOOL SetLayeredWindowAttributes(winmdroot.Foundation.HWND hwnd, winmdroot.Foundation.COLORREF crKey, byte bAlpha, winmdroot.UI.WindowsAndMessaging.LAYERED_WINDOW_ATTRIBUTES_FLAGS dwFlags) 3371 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hwnd, crKey, bAlpha, dwFlags); 3376 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hwnd, winmdroot.Foundation.COLORREF crKey, byte bAlpha, winmdroot.UI.WindowsAndMessaging.LAYERED_WINDOW_ATTRIBUTES_FLAGS dwFlags); 3396 internal static winmdroot.Foundation.BOOL SetMenu(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.UI.WindowsAndMessaging.HMENU hMenu) 3399 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, hMenu); 3404 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.UI.WindowsAndMessaging.HMENU hMenu); 3443 internal static extern winmdroot.Foundation.BOOL SetProcessDPIAware(); 3455 internal static winmdroot.Foundation.BOOL SetProcessDpiAwarenessContext(winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT value) 3458 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(value); 3463 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.HiDpi.DPI_AWARENESS_CONTEXT value); 3466 /// <inheritdoc cref="SetScrollInfo(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS, winmdroot.UI.WindowsAndMessaging.SCROLLINFO*, winmdroot.Foundation.BOOL)"/> 3469 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) 3501 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); 3526 internal static int SetScrollPos(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, int nPos, winmdroot.Foundation.BOOL bRedraw) 3534 static extern int LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, int nPos, winmdroot.Foundation.BOOL bRedraw); 3609 internal static winmdroot.Foundation.BOOL SetWindowDisplayAffinity(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOW_DISPLAY_AFFINITY dwAffinity) 3612 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, dwAffinity); 3617 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOW_DISPLAY_AFFINITY dwAffinity); 3623 internal static unsafe winmdroot.Foundation.BOOL SetWindowPlacement(winmdroot.Foundation.HWND hWnd, in winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT lpwndpl) 3627 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowPlacement(hWnd, lpwndplLocal); 3649 internal static unsafe winmdroot.Foundation.BOOL SetWindowPlacement(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT* lpwndpl) 3652 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpwndpl); 3657 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT* lpwndpl); 3692 internal static winmdroot.Foundation.BOOL SetWindowPos(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.HWND hWndInsertAfter, int X, int Y, int cx, int cy, winmdroot.UI.WindowsAndMessaging.SET_WINDOW_POS_FLAGS uFlags) 3695 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, hWndInsertAfter, X, Y, cx, cy, uFlags); 3700 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.HWND hWndInsertAfter, int X, int Y, int cx, int cy, winmdroot.UI.WindowsAndMessaging.SET_WINDOW_POS_FLAGS uFlags); 3722 internal static extern int SetWindowRgn(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Graphics.Gdi.HRGN hRgn, winmdroot.Foundation.BOOL bRedraw); 3765 internal static unsafe winmdroot.Foundation.BOOL SetWindowText(winmdroot.Foundation.HWND hWnd, [Optional] string lpString) 3769 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowText(hWnd, lpStringLocal); 3791 internal static winmdroot.Foundation.BOOL SetWindowText(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.PCWSTR lpString) 3794 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd, lpString); 3799 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.PCWSTR lpString); 3817 internal static extern winmdroot.Foundation.BOOL UnhookWinEvent(winmdroot.UI.Accessibility.HWINEVENTHOOK hWinEventHook); 3876 internal static winmdroot.Foundation.BOOL ShowCaret([Optional] winmdroot.Foundation.HWND hWnd) 3879 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hWnd); 3884 static extern winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.HWND hWnd); 3901 internal static extern int ShowCursor(winmdroot.Foundation.BOOL bShow); 3919 internal static extern winmdroot.Foundation.BOOL ShowWindow(winmdroot.Foundation.HWND hWnd, winmdroot.UI.WindowsAndMessaging.SHOW_WINDOW_CMD nCmdShow); 3924 internal static unsafe winmdroot.Foundation.BOOL TrackMouseEvent(ref winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT lpEventTrack) 3928 winmdroot.Foundation.BOOL __result = PInvoke.TrackMouseEvent(lpEventTrackLocal); 3947 internal static unsafe winmdroot.Foundation.BOOL TrackMouseEvent(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrack) 3950 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(lpEventTrack); 3955 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrack); 3961 internal static unsafe winmdroot.Foundation.BOOL TranslateMDISysAccel(winmdroot.Foundation.HWND hWndClient, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 3965 winmdroot.Foundation.BOOL __result = PInvoke.TranslateMDISysAccel(hWndClient, lpMsgLocal); 3987 internal static extern unsafe winmdroot.Foundation.BOOL TranslateMDISysAccel(winmdroot.Foundation.HWND hWndClient, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 3992 internal static unsafe winmdroot.Foundation.BOOL TranslateMessage(in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 3996 winmdroot.Foundation.BOOL __result = PInvoke.TranslateMessage(lpMsgLocal); 4016 internal static extern unsafe winmdroot.Foundation.BOOL TranslateMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 4028 internal static extern winmdroot.Foundation.BOOL UpdateWindow(winmdroot.Foundation.HWND hWnd); 4033 internal static unsafe winmdroot.Foundation.BOOL ValidateRect([Optional] winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT? lpRect) 4036 winmdroot.Foundation.BOOL __result = PInvoke.ValidateRect(hWnd, lpRect.HasValue ? &lpRectLocal : null); 4052 internal static extern unsafe winmdroot.Foundation.BOOL ValidateRect([Optional] winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lpRect); 4078 internal static winmdroot.Foundation.BOOL WaitMessage() 4081 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(); 4086 static extern winmdroot.Foundation.BOOL LocalExternFunction();
_generated\426\Windows.Win32.PInvoke.UXTHEME.dll.g.cs (11)
454 /// <inheritdoc cref="GetThemeBool(winmdroot.UI.Controls.HTHEME, int, int, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID, winmdroot.Foundation.BOOL*)"/> 457 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) 459 fixed (winmdroot.Foundation.BOOL* pfValLocal = &pfVal) 491 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) 497 static extern unsafe winmdroot.Foundation.HRESULT LocalExternFunction(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, int iPropId, winmdroot.Foundation.BOOL* pfVal); 1000 internal static winmdroot.Foundation.BOOL GetThemeSysBool([Optional] winmdroot.UI.Controls.HTHEME hTheme, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID iBoolId) 1002 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hTheme, (int)iBoolId); 1006 static extern winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.UI.Controls.HTHEME hTheme, int iBoolId); 1230 internal static extern winmdroot.Foundation.BOOL IsAppThemed(); 1254 internal static extern winmdroot.Foundation.BOOL IsThemeBackgroundPartiallyTransparent(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId); 1278 internal static extern winmdroot.Foundation.BOOL IsThemePartDefined(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId);
_generated\427\Windows.Win32.PInvoke.winspool.drv.g.cs (3)
36 internal static winmdroot.Foundation.BOOL ClosePrinter(winmdroot.Graphics.Printing.PRINTER_HANDLE hPrinter) 39 winmdroot.Foundation.BOOL __retVal = LocalExternFunction(hPrinter); 44 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Graphics.Printing.PRINTER_HANDLE hPrinter);
_generated\452\Windows.Win32.SECURITY_ATTRIBUTES.g.cs (1)
37 internal winmdroot.Foundation.BOOL bInheritHandle;
_generated\501\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)
_generated\571\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)
_generated\574\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)
_generated\575\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)
_generated\578\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)
_generated\580\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)
_generated\582\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) 119 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetClickablePoint(global::System.Drawing.Point*, winmdroot.Foundation.BOOL*)"/> 120 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) 122 fixed (winmdroot.Foundation.BOOL* gotClickableLocal = &gotClickable)
_generated\583\Windows.Win32.UI_Accessibility_IUIAutomationProxyFactoryEntry_Extensions.g.cs (9)
43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.get_AllowSubstringMatch(winmdroot.Foundation.BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_AllowSubstringMatch(this winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface @this, out winmdroot.Foundation.BOOL allowSubstringMatch) 46 fixed (winmdroot.Foundation.BOOL* allowSubstringMatchLocal = &allowSubstringMatch) 53 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.get_CanCheckBaseClass(winmdroot.Foundation.BOOL*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT get_CanCheckBaseClass(this winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface @this, out winmdroot.Foundation.BOOL canCheckBaseClass) 56 fixed (winmdroot.Foundation.BOOL* canCheckBaseClassLocal = &canCheckBaseClass) 63 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.get_NeedsAdviseEvents(winmdroot.Foundation.BOOL*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT get_NeedsAdviseEvents(this winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface @this, out winmdroot.Foundation.BOOL adviseEvents) 66 fixed (winmdroot.Foundation.BOOL* adviseEventsLocal = &adviseEvents)
_generated\585\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) 154 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomation.Interface.CheckNotSupported(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BOOL*)"/> 155 internal static unsafe winmdroot.Foundation.HRESULT CheckNotSupported(this winmdroot.UI.Accessibility.IUIAutomation.Interface @this, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.BOOL isNotSupported) 157 fixed (winmdroot.Foundation.BOOL* isNotSupportedLocal = &isNotSupported)
_generated\586\Windows.Win32.UI_Accessibility_IValueProvider_Extensions.g.cs (3)
43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.Interface.get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(this winmdroot.UI.Accessibility.IValueProvider.Interface @this, out winmdroot.Foundation.BOOL pRetVal) 46 fixed (winmdroot.Foundation.BOOL* pRetValLocal = &pRetVal)
_generated\587\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)
_generated\599\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)
_generated\615\Windows.Win32.USEROBJECTFLAGS.g.cs (2)
30 internal winmdroot.Foundation.BOOL fInherit; 33 internal winmdroot.Foundation.BOOL fReserved;
_generated\68\Windows.Win32.FONTDESC.g.cs (3)
48 internal winmdroot.Foundation.BOOL fItalic; 51 internal winmdroot.Foundation.BOOL fUnderline; 54 internal winmdroot.Foundation.BOOL fStrikethrough;
_generated\91\Windows.Win32.HH_AKLINK.g.cs (2)
35 internal winmdroot.Foundation.BOOL fReserved; 58 internal winmdroot.Foundation.BOOL fIndexOnFail;
_generated\92\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;
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\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);