---
title: kCVReturnSuccess
framework: corevideo
role: symbol
role_heading: Global Variable
path: corevideo/kcvreturnsuccess
---

# kCVReturnSuccess

Indicates the operation completed successfully.

## Declaration

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

## See Also

### Related Documentation

- [Core Video Programming Guide](apple-archive/documentation/GraphicsImaging/Conceptual/CoreVideo/CVProg_Intro.md)

### Common

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