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


  

RegistryEntryIterateDispose

RegistryEntryIterateDispose disposes of the iteration structure after searching is finished.

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

Given the cookie value used previously, RegistryEntryIterateDispose disposes of resources used for iterating or searching.

EXECUTION CONTEXT

RegistryEntryIterateDispose may be called only from task level.

RESULT CODES
noErr 0 No error
paramErr -50 Bad parameter

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