LispWorks User Guide and Reference Manual > 41 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 an Unicode string.

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

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

These three types are Unicode only. You are unlikely to need these unless you know your application only needs to run on Windows XP/Vista/7, or if you are interfacing to some of the few 'W' functions that are available on Windows ME. In that case you need to pass the correct function name, something like FooBarW with the W suffix, to fli:define-foreign-function .

See also

tstr


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex