Vcl.Imaging.GIFImg.TGIFAuthenticationCode

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

Delphi

type TGIFAuthenticationCode = array [0..2] of AnsiChar;

C++

typedef System::StaticArray<char, 3> TGIFAuthenticationCode;

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

説明

TGIFAuthenticationCode はアプリケーション識別子を認証するために使われるコードを表しています。

TGIFAuthenticationCode 型の変数はアプリケーション識別子を認証するために使われる3バイトのシーケンスを保持します。 あるアプリケーションプログラムは、アプリケーション拡張をもつアプリケーションをユニークに特定するバイナリコードを計算するアルゴリズムを使う場合があります。

関連項目