MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / AddUpdateUI

Method AddUpdateUI

src/Setup/wtl90/atlapp.h:1257–1261  ·  view source on GitHub ↗

for compatilibility with old names only

Source from the content-addressed store, hash-verified

1255#ifndef _ATL_NO_OLD_NAMES
1256 // for compatilibility with old names only
1257 BOOL AddUpdateUI(CIdleHandler* pIdleHandler)
1258 {
1259 ATLTRACE2(atlTraceUI, 0, _T("CUpdateUIObject and AddUpdateUI are deprecated. Please change your code to use CIdleHandler and OnIdle\n"));
1260 return AddIdleHandler(pIdleHandler);
1261 }
1262
1263 BOOL RemoveUpdateUI(CIdleHandler* pIdleHandler)
1264 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected