CFRangeMake |
||||
Header: | CFBase.h | Carbon status: | Supported | |
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.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)