---
title: GetControlValue
framework: audiodriverkit
role: symbol
role_heading: Instance Method
path: audiodriverkit/iouseraudiobooleancontrol/getcontrolvalue
---

# GetControlValue

Gets the Boolean value of the control.

## Declaration

```occ
bool GetControlValue();
```

## Return Value

Return Value The current value of the control.

## Discussion

Discussion This method synchronizes by using the work queue created by the object.

## See Also

### Accessing the Value

- [SetControlValue](audiodriverkit/iouseraudiobooleancontrol/setcontrolvalue.md)
