PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

RegistryPropertyIterateDispose

RegistryPropertyIterateDispose completes the property iteration process.

void RegistryPropertyIterateDispose (RegPropertyIter *cookie);
--> cookie
Pointer to the iterator used by iterate and search routines.
DESCRIPTION

RegistryPropertyIterateDispose disposes of the iterator used to find properties. It should be called even in the case of an error, so that allocated data structures can be freed.

RESULT CODES
noErr 0 No error
paramErr -50 Bad parameter

© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)