System.PPChar

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type PPChar = ^PWideChar;

C++

typedef PChar*               PPChar;           //

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
System.pas
sysmac.h
System System

説明

PWideChar へのポインタです。

PPChar は、PWideChar へのポインタを表します。通常、PPChar は、UTF16 文字から構成される C 形式の NULL 終端文字列の配列を参照するために使われます。

関連項目