---
title: info
framework: corefoundation
role: symbol
role_heading: Instance Property
path: corefoundation/cfmessageportcontext/info
---

# info

An arbitrary pointer to program-defined data, which can be associated with the message port at creation time. This pointer is passed to all the callbacks defined in the context.

## Declaration

```swift
var info: UnsafeMutableRawPointer!
```
