ReactOS 0.4.15-dev-7931-gfd331f1
IconWatcherData Struct Reference
Collaboration diagram for IconWatcherData:

Public Member Functions

 IconWatcherData (CONST NOTIFYICONDATA *iconData)
 
 ~IconWatcherData ()
 

Public Attributes

HANDLE hProcess
 
DWORD ProcessId
 
NOTIFYICONDATA IconData
 

Detailed Description

Definition at line 32 of file syspager.cpp.

Constructor & Destructor Documentation

◆ IconWatcherData()

IconWatcherData::IconWatcherData ( CONST NOTIFYICONDATA iconData)
inline

Definition at line 38 of file syspager.cpp.

38 :
40 {
42 IconData.hWnd = iconData->hWnd;
43 IconData.uID = iconData->uID;
44 IconData.guidItem = iconData->guidItem;
45 }
#define NULL
Definition: types.h:112
NOTIFYICONDATAA NOTIFYICONDATA
Definition: shellapi.h:679
HANDLE hProcess
Definition: syspager.cpp:34
NOTIFYICONDATA IconData
Definition: syspager.cpp:36

◆ ~IconWatcherData()

IconWatcherData::~IconWatcherData ( )
inline

Definition at line 47 of file syspager.cpp.

48 {
49 if (hProcess)
50 {
52 }
53 }
#define CloseHandle
Definition: compat.h:739

Member Data Documentation

◆ hProcess

HANDLE IconWatcherData::hProcess

Definition at line 34 of file syspager.cpp.

Referenced by ~IconWatcherData().

◆ IconData

NOTIFYICONDATA IconWatcherData::IconData

Definition at line 36 of file syspager.cpp.

Referenced by IconWatcherData().

◆ ProcessId

DWORD IconWatcherData::ProcessId

Definition at line 35 of file syspager.cpp.


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