ReactOS 0.4.15-dev-7953-g1f49173
SysTrayIconHandlers_t Struct Reference

#include <precomp.h>

Collaboration diagram for SysTrayIconHandlers_t:

Public Attributes

DWORD dwServiceFlag
 
PFNSTINIT pfnInit
 
PFNSTSHUTDOWN pfnShutdown
 
PFNSTUPDATE pfnUpdate
 
PFNSTMESSAGE pfnMessage
 

Detailed Description

Definition at line 49 of file precomp.h.

Member Data Documentation

◆ dwServiceFlag

DWORD SysTrayIconHandlers_t::dwServiceFlag

Definition at line 51 of file precomp.h.

Referenced by CSysTray::ShutdownIcons().

◆ pfnInit

PFNSTINIT SysTrayIconHandlers_t::pfnInit

Definition at line 52 of file precomp.h.

Referenced by CSysTray::InitIcons().

◆ pfnMessage

PFNSTMESSAGE SysTrayIconHandlers_t::pfnMessage

Definition at line 55 of file precomp.h.

Referenced by CSysTray::ProcessIconMessage().

◆ pfnShutdown

PFNSTSHUTDOWN SysTrayIconHandlers_t::pfnShutdown

Definition at line 53 of file precomp.h.

Referenced by CSysTray::ShutdownIcons().

◆ pfnUpdate

PFNSTUPDATE SysTrayIconHandlers_t::pfnUpdate

Definition at line 54 of file precomp.h.

Referenced by CSysTray::UpdateIcons().


The documentation for this struct was generated from the following file: