#include <CoreFoundation/CoreFoundation.h>#include <CoreServices/CoreServices.h>#include <QuickLook/QuickLook.h>Functions | |
| void | CancelThumbnailGeneration (void *thisInterface, QLThumbnailRequestRef thumbnail) |
| OSStatus | GenerateThumbnailForURL (void *thisInterface, QLThumbnailRequestRef thumbnail, CFURLRef url, CFStringRef contentTypeUTI, CFDictionaryRef options, CGSize maxSize) |
Definition at line 17 of file GenerateThumbnailForURL.m.
| OSStatus GenerateThumbnailForURL | ( | void * | thisInterface, |
| QLThumbnailRequestRef | thumbnail, | ||
| CFURLRef | url, | ||
| CFStringRef | contentTypeUTI, | ||
| CFDictionaryRef | options, | ||
| CGSize | maxSize ) |
Definition at line 11 of file GenerateThumbnailForURL.m.