System.PPWideChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PPWideChar = ^PWideChar;

C++

typedef WideChar * *PPWideChar;

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Représente un pointeur sur un PWideChar.

PPWideChar représente un pointeur sur un PWideChar. PPWideChar est généralement utilisé pour référencer un tableau de style C de chaînes terminées par NULL de caractères UTF16.

Voir aussi