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


  

RegistryEntrySetMod

RegistryEntrySetMod sets the modifiers for a name entry in the Registry.

OSStatus RegistryEntrySetMod (
                     const RegEntryID *entry,
                     const RegEntryModifiers modifiers);
--> entry
Pointer to the RegEntryID value that identifies a name entry.
<-- modifiers
Pointer to the value of modifiers to set.
DESCRIPTION

RegistryEntrySetMod sets the modifiers specified in modifiers for the name entry identified by entry. The caller is responsible for preserving bits that should remain set by reading the current modifier value, changing it, and then assigning the new value.

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)