System.PPWideChar
Delphi
PPWideChar = ^PWideChar;
C++
typedef WideChar * *PPWideChar;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Is a pointer to a PWideChar.
PPWideChar represents a pointer to a PWideChar. PPWideChar is usually used to reference a C-style array of null-terminated strings of UTF16 chars.