---
title: OSDictionaryGetValue
framework: driverkit
role: symbol
role_heading: Function
path: driverkit/osdictionarygetvalue
---

# OSDictionaryGetValue

## Declaration

```occ
OSObjectPtrOSDictionaryGetValue(OSDictionaryPtr obj, const char *key);
```

## See Also

### Getting and Setting Values

- [OSDictionaryGetStringValue](driverkit/osdictionarygetstringvalue.md)
- [OSDictionaryGetUInt64Value](driverkit/osdictionarygetuint64value.md)
- [OSDictionarySetValue](driverkit/osdictionarysetvalue.md)
- [OSDictionarySetStringValue](driverkit/osdictionarysetstringvalue.md)
- [OSDictionarySetUInt64Value](driverkit/osdictionarysetuint64value.md)
- [OSDictionaryPtr](driverkit/osdictionaryptr.md)
