| Returns the MaskType value, indexed by name |
| the MaskType names can be found with Select * from MaskType Sample call to fMaskType. select top 10 * from Mask where type = dbo.fMaskType('Star') see also fMaskTypeN |
| name | type | length | inout | pnum |
| int | 4 | input | 0 | |
| @name | varchar | 40 | input | 1 |