ReactOS 0.4.17-dev-806-gffa4164
lanstatusui.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tagNotificationItem
 
struct  LANSTATUSUI_CONTEXT
 
class  CLanStatus
 

Macros

#define WM_SHOWSTATUSDLG   (WM_USER+10)
 
#define WM_CONFIGURETRAYICON   (WM_APP + 42)
 

Typedefs

typedef struct tagNotificationItem NOTIFICATION_ITEM
 

Functions

void RefreshNetTaskbarNotificationIcon ()
 

Macro Definition Documentation

◆ WM_CONFIGURETRAYICON

#define WM_CONFIGURETRAYICON   (WM_APP + 42)

Definition at line 7 of file lanstatusui.h.

◆ WM_SHOWSTATUSDLG

#define WM_SHOWSTATUSDLG   (WM_USER+10)

CLSID HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{7007ACCF-3202-11D1-AAD2-00805FC1270E}

Definition at line 6 of file lanstatusui.h.

Typedef Documentation

◆ NOTIFICATION_ITEM

Function Documentation

◆ RefreshNetTaskbarNotificationIcon()

void RefreshNetTaskbarNotificationIcon ( )

Definition at line 1339 of file lanstatusui.cpp.

1340{
1342}
static BOOL CALLBACK RefreshNetTaskbarNotificationIconEnumProc(HWND hWnd, LPARAM lParam)
static void EnumNotificationIconWindows(WNDENUMPROC Func, LPARAM lParam=0)
Definition: lanstatusui.cpp:17

Referenced by CNetConnectionPropertyUi::LANPropertiesUIDlg().