[comp.sys.mac.programmer] Handle type for writing out new resources

tarr-michael@CS.Yale.EDU (michael tarr) (07/04/90)

In Think C 4.0 we want to store some data in a file's resource fork. IM
says to use AddResource which requires a handle to the data to be
stored. How do I set a string to be pointed to by the Apple type Handle
so I can pass it to this function?

tarr@cs.yale.edu