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


  

RegistryEntryIDDispose

RegistryEntryIDDispose disposes of a Name Registry identifier.

void RegistryEntryIDDispose (RegEntryID *id);
--> id
Pointer to the RegEntryID value to be disposed of.
DESCRIPTION

RegistryEntryIDDispose disposes of the identifier for a name entry pointed to by id, including its allocated data.

EXECUTION CONTEXT

RegistryEntryIDDispose may be called from any execution level. If memory is disposed of it must be called at task level.

RESULT CODES
noErr 0 No error
paramErr -50 Bad parameter

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