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


  

RegistryPropertyIterateCreate

The starting routine RegistryPropertyIterateCreate creates an iterator for all the properties associated with a name entry.

OSStatus RegistryPropertyIterateCreate (
                     const RegEntryID *entry,
                     RegPropertyIter *cookie);
--> entry
Pointer to the RegEntryID value that identifies a Name Registry name entry.
<-- cookie
Pointer to the iterator used by property iterate routines.
DESCRIPTION

RegistryPropertyIterateCreate creates a property iterator ( cookie ) that can be used to iterate the properties of the name entry identified by entry. The value it returns in cookie is used by RegistryPropertyIterate, described next.

RESULT CODES
noErr 0 No error
paramErr -50 Bad parameter
nrInvalidNodeErr -2538 RegEntryID value not valid

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