00001 #include <CoreFoundation/CoreFoundation.h>
00002 #include <CoreServices/CoreServices.h>
00003 #include <QuickLook/QuickLook.h>
00004
00005
00006
00007
00008
00009
00010
00011 OSStatus GenerateThumbnailForURL(void *thisInterface, QLThumbnailRequestRef thumbnail, CFURLRef url, CFStringRef contentTypeUTI, CFDictionaryRef options, CGSize maxSize)
00012 {
00013
00014 return noErr;
00015 }
00016
00017 void CancelThumbnailGeneration(void* thisInterface, QLThumbnailRequestRef thumbnail)
00018 {
00019
00020 }