RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleServer.TServerData Record
Pascal
TServerData = record
  ClassID: TGUID;
  IntfIID: TGUID;
  EventIID: TGUID;
  LicenseKey: Pointer;
  Version: Integer;
  InstanceCount: Integer;
end;
C++
struct TServerData {
  TGUID ClassID;
  TGUID IntfIID;
  TGUID EventIID;
  void * LicenseKey;
  int Version;
  int InstanceCount;
};

OleServer

This is record OleServer.TServerData.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!