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

wstr

lpcwstr

lpwstr FLI Type Descriptors

Summary

Types converting to Unicode strings.

Package

win32

Syntax

wstr &key length

lpcwstr &key max-length

lpwstr &key max-length

Arguments
length
An positive integer.
max-length
An positive integer.
Description

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.

See also

tstr


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:08