Types converting to Unicode strings.
win32
wstr &key length
lpcwstr &key max-length
lpwstr &key max-length
length⇩ |
An positive integer. |
max-length⇩ |
An positive integer. |
wstr
is a Unicode string containing length elements.
lpcwstr
is a reference-pass pointer to a Unicode string containing at most max-length elements.
lpwstr
is a reference (in/out) pointer to a Unicode string containing at most max-length elements.
These three types are Unicode only.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:08