FUNCTION  fInsideMask

Returns the InsideMask value corresponding to a name

The InsideMask values can be shown with Select * from InsideMask
Sample call to find photo objects which are masked
select top 10 *
from photoObj
where fInsideMask('INMASK_BLEEDING') > 0

see also fInsideMaskN

Input and output parameters

nametypelengthinoutpnum
 tinyint1input0
@namevarchar40input1