---
title: hv_vcpuid_t
framework: hypervisor
role: symbol
role_heading: Type Alias
path: hypervisor/hv_vcpuid_t
---

# hv_vcpuid_t

The type that describes a vCPU ID.

## Declaration

```swift
typealias hv_vcpuid_t = UInt32
```

## See Also

### Creation and destruction

- [hv_vcpu_create(_:_:_:)](hypervisor/hv_vcpu_create(_:_:_:).md)
- [hv_vcpu_destroy(_:)](hypervisor/hv_vcpu_destroy(_:).md)
- [hv_vcpu_options_t](hypervisor/hv_vcpu_options_t.md)
- [vCPU Creation Behavior](hypervisor/1447317-vcpu-creation-behavior.md)
