---
title: GetIsHidden
framework: audiodriverkit
role: symbol
role_heading: Instance Method
path: audiodriverkit/iouseraudioclockdevice/getishidden
---

# GetIsHidden

Gets a Boolean value that indicates whether the device is hidden.

## Declaration

```occ
bool GetIsHidden();
```

## Return Value

Return Value true if the device is hidden; false otherwise.

## Discussion

Discussion This value defaults to false when the device initializes. This method synchronizes by using the work queue created by the object.

## See Also

### Working with Clock Device State

- [GetDeviceIsRunning](audiodriverkit/iouseraudioclockdevice/getdeviceisrunning.md)
- [SetDeviceIsAlive](audiodriverkit/iouseraudioclockdevice/setdeviceisalive.md)
- [GetDeviceIsAlive](audiodriverkit/iouseraudioclockdevice/getdeviceisalive.md)
- [SetIsHidden](audiodriverkit/iouseraudioclockdevice/setishidden.md)
