XLL+ Class Library (7.0)

psl::AddHandleDeleteActionToCache

Add an action to be executed when the spoecified object handle is deleted.

template< class T >
void AddHandleDeleteActionToCache(
   const CXlOper& xloHandle,
   IXlRtdCacheDeleteAction* action
);

Parameters

xloHandle

A CXlOper value containing a valid string handle.

action

A pointer to an object derived from IXlRtdCacheDeleteAction.

Remarks

The add-in function that contains the call should be marked as a Handle Creator function. This method is used by code generated by the XLL+ Function Wizard; it should not normally be used directly by developers.

Implementation

HandleCache<T>AddHandleDeleteActionToCache

Requirements

Header: rtdhandles.h

See Also

Global Handle Functions | Object Handles (User Guide)