XLL+ Class Library (7.0)

CXllApp::GetRtdAsyncManager

Return a pointer to the RTD asynchronous function manager.

CRtdAsyncManager* GetRtdAsyncManager(
   bool bCreateIfNull = true
);

Parameters

bCreateIfNull

If the singleton instance of CRtdAsyncManager has not yet been created, then it will be created on demand if bCreateIfNull is true. If bCreateIfNull is false, and the instance has not yet been created, then it will not be created at this time, and NULL will be returned.

Return Value

A pointer to the singleton instance of CRtdAsyncManager, or NULL if the instance has not yet been created and bCreateIfNull is false.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CRtdAsyncManager Class