CFRangeMake

Header: CFBase.h Carbon status: Supported

Declares and initializes a CFRange structure.

CFRange CFRangeMake (
    CFIndex loc, 
    CFIndex len
);
Parameter descriptions
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.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)