---
title: kCVReturnLast
framework: corevideo
role: symbol
role_heading: Global Variable
path: corevideo/kcvreturnlast
---

# kCVReturnLast

Placeholder to mark the end of Core Video result codes (not returned by any functions).

## Declaration

```swift
var kCVReturnLast: CVReturn { get }
```

## See Also

### Common

- [kCVReturnAllocationFailed](corevideo/kcvreturnallocationfailed.md)
- [kCVReturnError](corevideo/kcvreturnerror.md)
- [kCVReturnInvalidArgument](corevideo/kcvreturninvalidargument.md)
- [kCVReturnSuccess](corevideo/kcvreturnsuccess.md)
- [kCVReturnUnsupported](corevideo/kcvreturnunsupported.md)
- [kCVReturnFirst](corevideo/kcvreturnfirst.md)
