Module wstr

Source
Expand description

This module contains constructs to work with 16-bit characters (UCS-2 or UTF-16)

Structsยง

WStrUnits
A safe iterator over a LPWSTR (aka a pointer to a series of UTF-16 code units terminated by a NULL).