---
title: QueryInterface
framework: quicklook
role: symbol
role_heading: Instance Property
path: quicklook/qlgeneratorinterfacestruct/queryinterface
---

# QueryInterface

## Declaration

```swift
var QueryInterface: ((UnsafeMutableRawPointer?, REFIID, UnsafeMutablePointer<LPVOID?>?) -> HRESULT)!
```

## See Also

### Creating a Quick Look Plug-In

- [init()](quicklook/qlgeneratorinterfacestruct/init().md)
- [AddRef](quicklook/qlgeneratorinterfacestruct/addref.md)
- [Release](quicklook/qlgeneratorinterfacestruct/release.md)
- [GenerateThumbnailForURL](quicklook/qlgeneratorinterfacestruct/generatethumbnailforurl.md)
- [CancelThumbnailGeneration](quicklook/qlgeneratorinterfacestruct/cancelthumbnailgeneration.md)
- [GeneratePreviewForURL](quicklook/qlgeneratorinterfacestruct/generatepreviewforurl.md)
- [CancelPreviewGeneration](quicklook/qlgeneratorinterfacestruct/cancelpreviewgeneration.md)
