---
title: IOServiceName
framework: driverkit
role: symbol
role_heading: Type Alias
path: driverkit/ioservicename
---

# IOServiceName

A string type for setting the name of the service in the system’s registry.

## Declaration

```occ
typedef char[128] IOServiceName;
```

## See Also

### Registering the Service with IOKit

- [RegisterService](driverkit/ioservice/registerservice.md)
- [SetName](driverkit/ioservice/setname.md)
- [GetRegistryEntryID](driverkit/ioservice/getregistryentryid.md)
