MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / RecreateSystemTrayIcon

Method RecreateSystemTrayIcon

cppcryptfs/cppcryptfs.cpp:448–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void CcppcryptfsApp::RecreateSystemTrayIcon()
449{
450 // Destroy it first in case there's any singleton behavior with the CMenuTrayIcon class or anything that
451 // replaces it in the future.
452 m_system_tray_icon.reset();
453
454 m_system_tray_icon = make_shared<CMenuTrayIcon>(L"cppcryptfs", m_hIcon, IDR_PopUps, ID_IDR_SHOWCPPCRYPTFS);
455}
456
457BOOL CcppcryptfsApp::WriteProfileInt(LPCWSTR section, LPCWSTR entry, INT val)
458{

Callers 2

OnTaskbarCreatedMethod · 0.80
OnTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected