Converts a handle to a pointer to T.
bool HandleToPtr( const CString& handle, T*& ptr ); |
A handle, as displayed in an Excel cell.
If the conversion succeeds, and the handle refers to a valid object,
then ptr
will be set to point to the object.
Returns true if the conversion succeeded, or false if the handle could not be successfully parsed, or referred to an invalid object.
Header: rtdhandles.h