[comp.os.vms] shell$to_vms arguments

david@elroy.Jpl.Nasa.Gov (David Robinson) (02/01/88)

I have from a previous posting (about 1 year) the function definition
of the DEC SHELL shell$to_vms() function.  It is:
   num_files_found = shell$to_vms(shell_filespec, action_routine, wild_flag)
	char *shell_filespec;
	int (*action_routine)();
	int wild_flag;
	int num_files_found;

Now the questions:
	1) What arguments are passed to the action_routine?  I have been
	   able to figure out that the first argument is the VMS path but
	   are there any more?
	2) What is the action_routine supposed to return as a value?
	3) I have found that a wild_flag == 0 means not wild carding, but
	   are there any other special flags other than 1?

-- 
	David Robinson		elroy!david@csvax.caltech.edu     ARPA
				david@elroy.jpl.nasa.gov	  ARPA
				{cit-vax,ames}!elroy!david	  UUCP
Disclaimer: No one listens to me anyway!