XLL+ Class Library (7.0)

psl::CopyHandleInCache

Increment the reference count of a handle already in the object cache.

template< class T >
void CopyHandleInCache(
   const CXlOper& xloHandle
);

Parameters

xloHandle

A CXlOper value containing a valid string handle.

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>CopyHandleInCache

Requirements

Header: rtdhandles.h

See Also

Global Handle Functions | Object Handles (User Guide)