---
title: GetAddress
framework: driverkit
role: symbol
role_heading: Instance Method
path: driverkit/iomemorymap/getaddress
---

# GetAddress

Returns the address of the memory block.

## Declaration

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

## 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](driverkit/iomemorymap/getlength.md)
- [GetOffset](driverkit/iomemorymap/getoffset.md)
