Vcl.OleServer.TServerData

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

Delphi

  TServerData = record
    ClassID: TGUID;                   // CLSID of CoClass
    IntfIID: TGUID;                   // IID of default interface
    EventIID: TGUID;                  // IID of default source interface
    LicenseKey: Pointer;              // Pointer to license string (not implemented)
    Version: Integer;                 // Version of this structure
    InstanceCount: Integer;           // Instance of the Server running
  end;

C++

struct DECLSPEC_DRECORD TServerData
{
public:
    GUID ClassID;
    GUID IntfIID;
    GUID EventIID;
    void *LicenseKey;
    int Version;
    int InstanceCount;
};

プロパティ

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

説明

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