![]() |
CFRangeMake | Header: CFBase.h |
Declares and initializes a CFRange structure.
CFRange CFRangeMake ( CFIndex loc, CFIndex len );
Pass an integer specifying the starting location of the range.
Pass an integer specifying the length of the range.
An initialized structure of type CFRange.
This is an in-line convenience function for creating initialized CFRange structures.