QLThumbnailImage.inc 470 B

1234567891011121314
  1. { Parsed from QuickLook.framework QLThumbnailImage.h }
  2. {$if not (defined(__QUICKLOOK_QLTHUMBNAILIMAGE__))}
  3. {$ifdef FUNCTIONS}
  4. function QLThumbnailImageCreate(allocator: CFAllocatorRef; url: CFURLRef; maxThumbnailSize: CGSize; options: CFDictionaryRef): CGImageRef; cdecl; external;
  5. {$endif}
  6. {$ifdef EXTERNAL_SYMBOLS}
  7. var
  8. kQLThumbnailOptionIconModeKey: CFStringRef; cvar; external;
  9. kQLThumbnailOptionScaleFactorKey: CFStringRef; cvar; external;
  10. {$endif}
  11. {$endif}