FUNCTION  fPhotoFlags

Returns the PhotoFlags value corresponding to a name

the photoFlags can be shown with Select * from PhotoFlags
Sample call to find photo objects with saturated pixels is
select top 10 *
from photoObj
where flags & dbo.fPhotoFlags('SATURATED') > 0

see also fPhotoDescription

Input and output parameters

nametypelengthinoutpnum
@namevarchar40input1
 bigint8output0