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


  

RegistryEntryIDCopy

RegistryEntryIDCopy copies the identifier for a name entry, including any internally allocated data.

void RegistryEntryIDCopy(
                     const RegEntryID *src,
                     RegEntryID *dst);
--> src
Pointer to ID to be copied.
--> dst
Pointer to the destination ID.
DESCRIPTION

Given an existing RegEntryID value, RegistryEntryIDCopy sets another RegEntryID to be functionally the same.

EXECUTION CONTEXT

RegistryEntryIDCopy may be called from any execution level.

RESULT CODES
noErr 0 No error
paramErr -50 Bad parameter

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