AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
+ 20     Dest window handle
+ 24     icon handle
+ 28     x coord
+ 32     y coord
+ 36     Estimated size
+ 40     filetype
+ 44     full pathname

This is sent by a data-loading task, in answer to a DataLoad message.

If your program is capable of loading a file of the type specified in the DataLoad message, then it should try to load the file. If successful, then you should reply using this message. All that should be done is change the message type to 4, and fill in the your_ref field.

In addition, if the file was a temporary file, then the data-loading task should delete it. The best way to determine this seems to be that messages from the Filer (file loading rather than data transfer) will have their your_ref field set to 0, whereas DataLoad messages which followed on from a DataSaveAck will not.

See PRM 3, page 254.

[sh-index] Back to list of manuals