Click or drag to resize

EmptyPSZ Function

X#

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION EmptyPSZ(
	PSZValue AS PSZ
) AS LOGIC
Request Example View Source

Parameters

PSZValue
Type: Psz

Return Value

Type: Logic
Remarks
Tip Tip
The PSZ type is included in the X# language and runtime for compatibility only. In most cases the type can and should be replaced with normal strings.
If you need to interface with Win32 API functions that expect an ansi string, there is often also an alternative with a unicode string. We recommend to use that alternative when possible.
See Also