All Manuals > LispWorks User Guide and Reference Manual > 50 Miscellaneous WIN32 symbols

NextPrevUpTopContentsIndex

wstr

lpcwstr

lpwstr

FLI type descriptors
Summary

Types converting to Unicode strings.

Package

win32

Signature

wstr &key length

lpcwstr &key max-length

lpwstr &key max-length

Description

wstr is a Unicode string.

lpcwstr is a reference-pass pointer to a Unicode string.

lpwstr is a reference (in/out) pointer to a Unicode string.

These three types are Unicode only.

See also

tstr


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex