MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / Initialise

Method Initialise

ColorCop/SystemTray.cpp:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void CSystemTray::Initialise() {
79 memset(&m_tnd, 0, sizeof(m_tnd));
80 m_bEnabled = FALSE;
81 m_bHidden = FALSE;
82 m_uIDTimer = 0;
83 m_hSavedIcon = NULL;
84 m_DefaultMenuItemID = 0;
85 m_DefaultMenuItemByPos = TRUE;
86}
87
88BOOL CSystemTray::Create(CWnd* pParent, UINT uCallbackMessage, LPCTSTR szToolTip,
89 HICON icon, UINT uID) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected