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

Method GetMenuDefaultItem

ColorCop/SystemTray.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void CSystemTray::GetMenuDefaultItem(UINT& uItem, BOOL& bByPos) {
259 uItem = m_DefaultMenuItemID;
260 bByPos = m_DefaultMenuItemByPos;
261}
262
263/////////////////////////////////////////////////////////////////////////////
264// CSystemTray message handlers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected