7.3 IDEV Messages and Their Parameters
long makeMaskProc(char *string, Ptr attribRef);
char *string; In - string from script to be parsed to create the mask.Ptr attribRef; In - source for attributes for the mask. (NYI)
Return: long int reference number for the mask.
This message tells the IDEV to create the input mask described by the string and attributes(NYI) given. It should parse the string and the attributes, and return to the IDEV manager a long value representing that mask which will then be used to refer to that mask by the IDEV manager and the Trial Manager.
Generated with CERN WebMaker