RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
InvokeRegistry.TRemHeaderEntry Record
Pascal
TRemHeaderEntry = record
  Name: InvString;
  ExtName: InvString;
  URI: InvString;
end;
C++
struct TRemHeaderEntry {
  InvString Name;
  InvString ExtName;
  InvString URI;
};

This is record InvokeRegistry.TRemHeaderEntry.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!