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
Generated by QDoc 2.8 on Thu, Oct 1, 2009 17:03:45