-
Notifications
You must be signed in to change notification settings - Fork 0
All functions
FireBlade edited this page Aug 25, 2025
·
1 revision
This page lists all functions currently wrapped by WinInteropUtils.
-
bool ShowPickIconDialog(nint, string, int, out string, out int)(wrapsPickIconDlg) -
bool ShowPickIconDialog(string, int, out string, out int)(wrapsPickIconDlg) -
bool ShowPickIconDialog(nint, string, int, out System.Drawing.Icon)(wrapsPickIconDlg) -
bool ShowPickIconDialog(string, int, out System.Drawing.Icon)(wrapsPickIconDlg) -
bool ShellAbout(nint, string, string?, Icon? = null)(wrapsShellAboutW) -
bool ShellAbout(string, string, Icon? = null)(wrapsShellAboutW) -
bool DestroyIcon(nint)(wrapsDestroyIcon) -
WindowsFile? GetFileInfo(string)(wrapsSHGetFileInfoW) -
nuint GetFileInfoEx(string, WindowsFileAttributes, SHGetFileInfoFlags, ref SHFILEINFO)(wrapsSHGetFileInfoW) -
HRESULT ShowFileProperties(params string[])(wrapsSHMultiFileProperties)
-
HRESULT CoInitializeEx(CoInit)(wrapsCoInitializeEx) -
void CoUninitialize()(wrapsCoUninitialize)
-
nint SetWindowLongPtr(nint, int, nint)(wrapsSetWindowLongPtrW) -
nint GetWindowLongPtr(nint, int)(wrapsGetWindowLongPtrW) -
nint SendMessage(nint, uint, nuint, nint)(wrapsSendMessage) -
bool IsGUIThread(bool = false)(wrapsIsGUIThread) -
TitleBarInfo? GetTitleBarInfo(nint)(wrapsGetTitleBarInfo) -
nint? GetWindowAtPoint(Point)(wrapsWindowFromPoint) -
WindowState GetWindowState(nint)(wrapsIsZoomed,IsIconic, andIsWindowVisible)