home *** CD-ROM | disk | FTP | other *** search
- {*** This is the procedural DLL interface code - DO NOT CHANGE ANYTHING}
- {*** Your DDXLib.DPR file will need to include this file}
- exports
- DelphiDDXSDKVersion name 'DelphiDDXSDKVersion',
- DelphiEffectCLSID name 'DelphiEffectCLSID',
- DelphiPropertiesCLSID name 'DelphiPropertiesCLSID',
-
- DelphiEffectName name 'DelphiEffectName',
- DelphiEffectDesc name 'DelphiEffectDesc',
- DelphiEffectHelpFile name 'DelphiEffectHelpFile',
-
- DelphiPropertiesName name 'DelphiPropertiesName',
-
- DelphiCheckInputFormat name 'DelphiCheckInputFormat',
- DelphiCheckOutputFormat name 'DelphiCheckOutputFormat',
- DelphiCheckTransform name 'DelphiCheckTransform',
- DelphiSetInputFormat name 'DelphiSetInputFormat',
- DelphiSetOutputFormat name 'DelphiSetOutputFormat',
- DelphiGetMaxBufferSize name 'DelphiGetMaxBufferSize',
-
- DelphiCreateEffect name 'DelphiCreateEffect',
- DelphiFreeEffect name 'DelphiFreeEffect',
-
- DelphiSetParameter name 'DelphiSetParameter',
- DelphiGetParameter name 'DelphiGetParameter',
- DelphiGetEditorSize name 'DelphiGetEditorSize',
- DelphiCreateEditor name 'DelphiCreateEditor',
- DelphiConnectEditor name 'DelphiConnectEditor',
- DelphiFocusEditor name 'DelphiFocusEditor',
-
- DelphiTransform name 'DelphiTransform';
- //DelphiTransformInPlace name 'DelphiTransformInPlace';
-
-