#include <CoreFoundation/CoreFoundation.h>#include <CoreServices/CoreServices.h>#include <QuickLook/QuickLook.h>Go to the source code of this file.
Functions | |
| OSStatus | GenerateThumbnailForURL (void *thisInterface, QLThumbnailRequestRef thumbnail, CFURLRef url, CFStringRef contentTypeUTI, CFDictionaryRef options, CGSize maxSize) |
| void | CancelThumbnailGeneration (void *thisInterface, QLThumbnailRequestRef thumbnail) |
| void CancelThumbnailGeneration | ( | void * | thisInterface, | |
| QLThumbnailRequestRef | thumbnail | |||
| ) |
Definition at line 17 of file GenerateThumbnailForURL.m.
Referenced by QuickLookGeneratorQueryInterface().
| OSStatus GenerateThumbnailForURL | ( | void * | thisInterface, | |
| QLThumbnailRequestRef | thumbnail, | |||
| CFURLRef | url, | |||
| CFStringRef | contentTypeUTI, | |||
| CFDictionaryRef | options, | |||
| CGSize | maxSize | |||
| ) |
Definition at line 11 of file GenerateThumbnailForURL.m.
References noErr.
Referenced by QuickLookGeneratorQueryInterface().
1.5.1