The XLL+ run-time classes use three types of string:
_UNICODE
is #defined.The XLL+ classes use exclusively Unicode (or wide) strings in various places where it is necessary in order to properly support Excel 2007.
Uses of wide strings include:
In these cases, if you try to use standard strings or
fail to apply the L
prefix to literals you will receive a compiler error.