---
title: OSDictionaryPtr
framework: driverkit
role: symbol
role_heading: Type Alias
path: driverkit/osdictionaryptr
---

# OSDictionaryPtr

## Declaration

```occ
typedef OSDictionary * OSDictionaryPtr;
```

## See Also

### Getting and Setting Values

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