NativeMethods.txt
1 // Structs and types only - functions use LibraryImport for AOT compatibility 2 NOTIFYICONDATAW 3 NOTIFY_ICON_MESSAGE 4 NOTIFY_ICON_DATA_FLAGS 5 MENU_ITEM_FLAGS 6 TRACK_POPUP_MENU_FLAGS 7 8 // Window message constants (used by TrayIconService) 9 WM_USER 10 WM_COMMAND 11 WM_RBUTTONUP 12 WM_LBUTTONUP 13 WM_LBUTTONDBLCLK 14 WM_WINDOWPOSCHANGING 15 16 // COM wait flags for single instance redirection (constants only) 17 CWMO_FLAGS