Skip to content

All functions

FireBlade edited this page Aug 25, 2025 · 1 revision

All functions

This page lists all functions currently wrapped by WinInteropUtils.

Shell32

  • bool ShowPickIconDialog(nint, string, int, out string, out int) (wraps PickIconDlg)
  • bool ShowPickIconDialog(string, int, out string, out int) (wraps PickIconDlg)
  • bool ShowPickIconDialog(nint, string, int, out System.Drawing.Icon) (wraps PickIconDlg)
  • bool ShowPickIconDialog(string, int, out System.Drawing.Icon) (wraps PickIconDlg)
  • bool ShellAbout(nint, string, string?, Icon? = null) (wraps ShellAboutW)
  • bool ShellAbout(string, string, Icon? = null) (wraps ShellAboutW)
  • bool DestroyIcon(nint) (wraps DestroyIcon)
  • WindowsFile? GetFileInfo(string) (wraps SHGetFileInfoW)
  • nuint GetFileInfoEx(string, WindowsFileAttributes, SHGetFileInfoFlags, ref SHFILEINFO) (wraps SHGetFileInfoW)
  • HRESULT ShowFileProperties(params string[]) (wraps SHMultiFileProperties)

COM

User32

Clone this wiki locally