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 >
Wrap
Text File
|
2001-06-02
|
1KB
|
34 lines
{*** 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';