Carbon


NSLFreeTypedDataPtr

Header: NSL.h Carbon status: Supported

Frees memory allocated for a request parameter block.

NSLTypedDataPtr NSLFreeTypedDataPtr (
    NSLTypedDataPtr nslTypeData
);
Parameter descriptions
nslTypeData

On input, a value of type NSLTypedDataPtr obtained by previously calling NSLMakeServicesRequestPB.

function result

A value of type NSLTypedDataPtr whose value is always NULL.

DISCUSSION

The NSLFreeTypedDataPtr function frees memory that your application caused to be allocated when it previously called NSLMakeServicesRequestPB. Your application should call NSLFreeTypedDataPtr when it has no further use for the parameter block specified by nslTypeData.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)