---
title: AERemoteProcessResolverRef
framework: coreservices
role: symbol
role_heading: Type Alias
path: coreservices/aeremoteprocessresolverref
---

# AERemoteProcessResolverRef

An opaque reference to an object that encapsulates the mechanism for obtaining a list of processes running on a remote machine.

## Declaration

```swift
typealias AERemoteProcessResolverRef = OpaquePointer
```

## Discussion

Discussion You create an instance of AERemoteProcessResolverRef by calling AECreateRemoteProcessResolver(_:_:), and you must disposed of it by calling AEDisposeRemoteProcessResolver(_:). An instance of this type is not a CFType (the base type used by all Core Foundation derived opaque types).
