System.PPWideChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type 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.

See Also