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


  

RegistryPropertyGetMod

RegistryPropertyGetMod fetches the modifiers for a property in the Registry.

OSStatus RegistryPropertyGetMod (
                     const RegEntryID *entry,
                     const RegPropertyName *name,
                     RegPropertyModifiers *modifiers);
--> entry
Pointer to the RegEntryID value that identifies a name entry.
--> name
Pointer to the property name.
<-- modifiers
Pointer to the value returned for the property modifiers.
DESCRIPTION

RegistryPropertyGetMod returns in modifiers the current modifiers for the property with name name in the name entry identified by entry.

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

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