QDrop Obsolete

QDObs_Register

QDObs_Register(macLicense; winLicense):error
macLicense String16 License number for MacOS
winLicense String16 License number for Windows
error Longint Error result

Do not call this command in QDrop v1.1 or later.

Example

`Accept text files, QuickTime images, and folders
 
C_LONGINT($error)
ARRAY STRING(15;$fileTypes;3)
 
$fileTypes{1}:="TEXT"
$fileTypes{2}:=qd_QTImageMagic
$fileTypes{3}:=qd_folderMagic
 
$error:=QD_SetDroppableFileTypes (xDrop;$fileTypes)
 

QDrop © Escape Information Services
Generated by QDoc 2.6 on Thu, 2 May 2002 00:52:01 +0300