---
title: dsohandle()
framework: swift
role: symbol
role_heading: Macro
path: swift/dsohandle()
---

# dsohandle()

Produces the dynamic shared object (DSO) handle in use where the macro appears.

## Declaration

```swift
@freestanding(expression) macro dsohandle() -> UnsafeRawPointer
```

## Return Value

Return Value The DSO handle.
