home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / nastroje / d5 / DDX_SDK.ZIP / DDXLib.inc < prev    next >
Text File  |  2001-06-02  |  1KB  |  34 lines

  1. {*** This is the procedural DLL interface code - DO NOT CHANGE ANYTHING}
  2. {*** Your DDXLib.DPR file will need to include this file}
  3. exports
  4.   DelphiDDXSDKVersion     name 'DelphiDDXSDKVersion',
  5.   DelphiEffectCLSID       name 'DelphiEffectCLSID',
  6.   DelphiPropertiesCLSID   name 'DelphiPropertiesCLSID',
  7.  
  8.   DelphiEffectName        name 'DelphiEffectName',
  9.   DelphiEffectDesc        name 'DelphiEffectDesc',
  10.   DelphiEffectHelpFile    name 'DelphiEffectHelpFile',
  11.  
  12.   DelphiPropertiesName    name 'DelphiPropertiesName',
  13.  
  14.   DelphiCheckInputFormat  name 'DelphiCheckInputFormat',
  15.   DelphiCheckOutputFormat name 'DelphiCheckOutputFormat',
  16.   DelphiCheckTransform    name 'DelphiCheckTransform',
  17.   DelphiSetInputFormat    name 'DelphiSetInputFormat',
  18.   DelphiSetOutputFormat   name 'DelphiSetOutputFormat',
  19.   DelphiGetMaxBufferSize  name 'DelphiGetMaxBufferSize',
  20.  
  21.   DelphiCreateEffect      name 'DelphiCreateEffect',
  22.   DelphiFreeEffect        name 'DelphiFreeEffect',
  23.  
  24.   DelphiSetParameter      name 'DelphiSetParameter',
  25.   DelphiGetParameter      name 'DelphiGetParameter',
  26.   DelphiGetEditorSize     name 'DelphiGetEditorSize',
  27.   DelphiCreateEditor      name 'DelphiCreateEditor',
  28.   DelphiConnectEditor     name 'DelphiConnectEditor',
  29.   DelphiFocusEditor       name 'DelphiFocusEditor', 
  30.  
  31.   DelphiTransform         name 'DelphiTransform';
  32. //DelphiTransformInPlace  name 'DelphiTransformInPlace';
  33.  
  34.