Lisp HUG Maillist Archive

dereference handle

Hi,

I would like to write a bridge to this mac function

OSErr GetComponentInfo (
   Component aComponent,
   ComponentDescription *cd,
   Handle componentName,
   Handle componentInfo,
   Handle componentIcon
);
The three last arguments are strings, but I don't know how to get these strings in the lisp world. Handles are pointer to pointer, but how to dereference them ? I don't see an example for this kind of situation in the fli doc.

Thanks for any help

Denis


--
--------------------------------------
Denis Pousseur
70 rue de Wansijn
1180 Bruxelles, Belgique
32 (0)2 219 31 09
--------------------------------------

Updated at: 2020-12-10 08:38 UTC