XLOperToXLOper12

XLOperToXLOper12()

Purpose: Conversion routine used to convert from the old XLOPER to the new XLOPER12.

version(Windows)
XLOperToXLOper12

Return Value

Type: BOOL

BOOL true if the conversion succeeded, false otherwise

Comments:

- The caller is responsible for freeing any memory associated with the copy if the conversion is a success; FreeXLOper12T can be used, or it may be done by hand.

- If the conversion fails, any memory the method needed to malloc up until the point of failure in the conversion will be freed by the method itself during cleanup.

Meta