NOTIFYICONDATA
extern (Windows)
struct NOTIFYICONDATA {
}
Members
- cbSize
DWORD cbSize;
Undocumented in source.
- hIcon
HICON hIcon;
Undocumented in source.
- hWnd
HWND hWnd;
Undocumented in source.
- szTip
char[64] szTip;
Undocumented in source.
- uCallbackMessage
UINT uCallbackMessage;
Undocumented in source.
- uFlags
UINT uFlags;
Undocumented in source.
- uID
UINT uID;
Undocumented in source.
dgui core winapi
aliasesenumsfunctionsstructsvariables