---
title: GetAddress
framework: Kernel
role: symbol
role_heading: Instance Method
platforms: [driverkit 19.0+, macOS 10.15+]
path: kernel/iomemorymap/3180656-getaddress
---

# GetAddress

Returns the address of the memory block.

## Declaration

```occ
uint64_t GetAddress(void);
```

## Return Value

Return Value The address of the first byte of the memory block in the current process.

## See Also

### Getting the Map Attributes

- [GetLength](kernel/iomemorymap/3180657-getlength.md)
- [GetOffset](kernel/iomemorymap/3438204-getoffset.md)
