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


  

RegistryPropertyDelete

RegistryPropertyDelete deletes a property from the Name Registry.

OSStatus RegistryPropertyDelete (
                     const RegEntryID *entryID,
                     const RegPropertyName *propertyName);
--> entryID
Pointer to the RegEntryID value that identifies a name entry.
--> propertyName
Pointer to the name of the property to be deleted.
DESCRIPTION

RegistryPropertyDelete deletes the property named propertyName from the name entry identified by entryID.

RESULT CODES
noErr 0 No error
paramErr -50 Bad parameter
nrLockedErr -2536 Entry or property locked
nrInvalidNodeErr -2538 RegEntryID value not valid
nrNotFoundErr -2539 Search failed to match criteria

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