CFRangeMakeHeader: CFBase.h

Declares and initializes a CFRange structure.

CFRange CFRangeMake (
    CFIndex loc, 
    CFIndex len
);
loc

Pass an integer specifying the starting location of the range.

len

Pass an integer specifying the length of the range.

function result

An initialized structure of type CFRange.

DISCUSSION

This is an in-line convenience function for creating initialized CFRange structures.


© 1999 Apple Computer, Inc. — (Last Updated 9/15/99)