Vanara/PInvoke/ComDlg32/CorrelationReport.md

39 lines
5.6 KiB
Markdown
Raw Normal View History

2020-12-24 13:00:18 -05:00
## Vanara.PInvoke.ComDlg32
PInvoke API (methods, structures and constants) imported from Windows ComDlg32.dll.
- Includes methods from comdlg32.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.ComDlg32?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.ComDlg32?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.ComDlg32)
2020-12-26 13:07:30 -05:00
### Methods - 100% API coverage (11 of 11 functions)
2020-12-24 13:00:18 -05:00
Native Method | Header | Managed Method
--- | --- | ---
2020-12-26 13:07:30 -05:00
[ChooseColor](https://www.google.com/search?num=5&q=ChooseColorA+site%3Adocs.microsoft.com) | Commdlg.h | [Vanara.PInvoke.ComDlg32.ChooseColor](https://github.com/dahall/Vanara/search?l=C%23&q=ChooseColor)
[ChooseFont](https://www.google.com/search?num=5&q=ChooseFontA+site%3Adocs.microsoft.com) | Commdlg.h | [Vanara.PInvoke.ComDlg32.ChooseFont](https://github.com/dahall/Vanara/search?l=C%23&q=ChooseFont)
[CommDlgExtendedError](https://www.google.com/search?num=5&q=CommDlgExtendedError+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.CommDlgExtendedError](https://github.com/dahall/Vanara/search?l=C%23&q=CommDlgExtendedError)
[FindText](https://www.google.com/search?num=5&q=FindTextA+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.FindText](https://github.com/dahall/Vanara/search?l=C%23&q=FindText)
[GetFileTitle](https://www.google.com/search?num=5&q=GetFileTitleA+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.GetFileTitle](https://github.com/dahall/Vanara/search?l=C%23&q=GetFileTitle)
2020-12-24 13:00:18 -05:00
[GetOpenFileName](https://www.google.com/search?num=5&q=GetOpenFileNameA+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.GetOpenFileName](https://github.com/dahall/Vanara/search?l=C%23&q=GetOpenFileName)
2020-12-26 13:07:30 -05:00
[GetSaveFileName](https://www.google.com/search?num=5&q=GetSaveFileNameA+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.GetSaveFileName](https://github.com/dahall/Vanara/search?l=C%23&q=GetSaveFileName)
[PageSetupDlg](https://www.google.com/search?num=5&q=PageSetupDlgA+site%3Adocs.microsoft.com) | Commdlg.h | [Vanara.PInvoke.ComDlg32.PageSetupDlg](https://github.com/dahall/Vanara/search?l=C%23&q=PageSetupDlg)
[PrintDlg](https://www.google.com/search?num=5&q=PrintDlgA+site%3Adocs.microsoft.com) | Commdlg.h | [Vanara.PInvoke.ComDlg32.PrintDlg](https://github.com/dahall/Vanara/search?l=C%23&q=PrintDlg)
[PrintDlgEx](https://www.google.com/search?num=5&q=PrintDlgExA+site%3Adocs.microsoft.com) | Commdlg.h | [Vanara.PInvoke.ComDlg32.PrintDlgEx](https://github.com/dahall/Vanara/search?l=C%23&q=PrintDlgEx)
[ReplaceText](https://www.google.com/search?num=5&q=ReplaceTextA+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.ReplaceText](https://github.com/dahall/Vanara/search?l=C%23&q=ReplaceText)
2020-12-24 13:00:18 -05:00
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
2020-12-26 13:07:30 -05:00
[CHOOSECOLOR](https://www.google.com/search?num=5&q=CHOOSECOLOR+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.CHOOSECOLOR](https://github.com/dahall/Vanara/search?l=C%23&q=CHOOSECOLOR)
[CHOOSEFONT](https://www.google.com/search?num=5&q=CHOOSEFONT+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.CHOOSEFONT](https://github.com/dahall/Vanara/search?l=C%23&q=CHOOSEFONT)
[DEVNAMES](https://www.google.com/search?num=5&q=DEVNAMES+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.DEVNAMES](https://github.com/dahall/Vanara/search?l=C%23&q=DEVNAMES)
[FINDREPLACE](https://www.google.com/search?num=5&q=FINDREPLACE+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.FINDREPLACE](https://github.com/dahall/Vanara/search?l=C%23&q=FINDREPLACE)
[OFNOTIFY](https://www.google.com/search?num=5&q=OFNOTIFY+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.OFNOTIFY](https://github.com/dahall/Vanara/search?l=C%23&q=OFNOTIFY)
[OFNOTIFYEX](https://www.google.com/search?num=5&q=OFNOTIFYEX+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.OFNOTIFYEX](https://github.com/dahall/Vanara/search?l=C%23&q=OFNOTIFYEX)
2020-12-24 13:00:18 -05:00
[OPENFILENAME](https://www.google.com/search?num=5&q=OPENFILENAME+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.OPENFILENAME](https://github.com/dahall/Vanara/search?l=C%23&q=OPENFILENAME)
2020-12-26 13:07:30 -05:00
[PAGESETUPDLG](https://www.google.com/search?num=5&q=PAGESETUPDLG+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.PAGESETUPDLG](https://github.com/dahall/Vanara/search?l=C%23&q=PAGESETUPDLG)
[PRINTDLG](https://www.google.com/search?num=5&q=PRINTDLG+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.PRINTDLG](https://github.com/dahall/Vanara/search?l=C%23&q=PRINTDLG)
[PRINTDLGEX](https://www.google.com/search?num=5&q=PRINTDLGEX+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.PRINTDLGEX](https://github.com/dahall/Vanara/search?l=C%23&q=PRINTDLGEX)
[PRINTPAGERANGE](https://www.google.com/search?num=5&q=PRINTPAGERANGE+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.PRINTPAGERANGE](https://github.com/dahall/Vanara/search?l=C%23&q=PRINTPAGERANGE)
### Interfaces
Native Interface | Header | Managed Interface
--- | --- | ---
[IPrintDialogCallback](https://www.google.com/search?num=5&q=IPrintDialogCallback+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.IPrintDialogCallback](https://github.com/dahall/Vanara/search?l=C%23&q=IPrintDialogCallback)
[IPrintDialogServices](https://www.google.com/search?num=5&q=IPrintDialogServices+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.IPrintDialogServices](https://github.com/dahall/Vanara/search?l=C%23&q=IPrintDialogServices)