API:System.TLibModule

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

Delphi

  TLibModule = record
    Next: PLibModule;
    Instance: HINST;
    CodeInstance: HINST;
    DataInstance: HINST;
    ResInstance: HINST;
    TypeInfo: PPackageTypeInfo;
    Reserved: NativeInt;
{$IF defined(LINUX) or defined(MACOS) or defined(ANDROID)}
    InstanceVar: Pointer platform;
    InitTable: Pointer platform;
    GOT: NativeUInt platform;
{$ENDIF LINUX or MACOS or ANDROID}
{$IFDEF PC_MAPPED_EXCEPTIONS}
    CodeSegStart: NativeUInt platform;
    CodeSegEnd: NativeUInt platform;
{$ENDIF PC_MAPPED_EXCEPTIONS}
  end;

C++

struct DECLSPEC_DRECORD TLibModule
{
public:
    TLibModule *Next;
    NativeUInt Instance;
    NativeUInt CodeInstance;
    NativeUInt DataInstance;
    NativeUInt ResInstance;
    TPackageTypeInfo *TypeInfo;
    NativeInt Reserved;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.pas
System.hpp
System System

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。