RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CorbaObj.TInterfaceIDEntryDesc Record
Pascal
TInterfaceIDEntryDesc = record
  RepositoryID: string;
  IID: TGUID;
end;
C++
struct TInterfaceIDEntryDesc {
  AnsiString RepositoryID;
  TGUID IID;
};

CorbaObj

This is record CorbaObj.TInterfaceIDEntryDesc.

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