RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
InvokeRegistry.ExtNameMapItem Record
Pascal
ExtNameMapItem = record
  Name: string;
  ExtName: WideString;
end;
C++
struct ExtNameMapItem {
  AnsiString Name;
  BSTR ExtName;
};

InvokeRegistry

This is record InvokeRegistry.ExtNameMapItem.

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