XLL+ Class Library (7.0)

CXllPushApp::UpdateCells

Update all cells connected to the topic

void UpdateCells(
   LPCSTR pszTopic,
   BOOL bUpdateNow = FALSE
);

Parameters

pszTopic

The topic string.

bUpdateNow

This should always be FALSE.

Remarks

This function may only be called from the main thread. It is generally only called from ProcessAsyncMessage().

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::AddConnection() | CXllPushApp::ProcessAsyncMessage() | Steps to create an asynchronous add-in