Mac OS 9
CGDataConsumer.h File Reference

xxx put contents here xxx More...

#include <CGBase.h>
#include <CFURL.h>

Go to the source code of this file.

Data Structures

struct  CGDataConsumerCallbacks
 

Typedefs

typedef struct CGDataConsumer * CGDataConsumerRef
 
typedef const void * buffer
 
typedef const void size_t count
 
typedef struct CGDataConsumerCallbacks CGDataConsumerCallbacks
 

Functions

typedef CALLBACK_API_C (size_t, CGPutBytesProcPtr)(void *info
 
typedef CALLBACK_API_C (void, CGReleaseConsumerProcPtr)(void *info)
 
CGDataConsumerRef CGDataConsumerCreate (void *info, const CGDataConsumerCallbacks *callbacks)
 
CGDataConsumerRef CGDataConsumerCreateWithURL (CFURLRef url)
 
CGDataConsumerRef CGDataConsumerRetain (CGDataConsumerRef consumer)
 
void CGDataConsumerRelease (CGDataConsumerRef consumer)
 

Detailed Description

xxx put contents here xxx

Introduced In: from CoreGraphics-70.root
Avaliable From: Universal Interfaces 3.4.1
Copyright: � 2000-2001 by Apple Computer, Inc., all rights reserved.

For bug reports, consult the following page on the World Wide Web:

http://developer.apple.com/bugreporter/

Function Documentation

◆ CGDataConsumerCreate()

CGDataConsumerRef CGDataConsumerCreate ( void *  info,
const CGDataConsumerCallbacks callbacks 
)

CGDataConsumerCreate()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGDataConsumerCreateWithURL()

CGDataConsumerRef CGDataConsumerCreateWithURL ( CFURLRef  url)

CGDataConsumerCreateWithURL()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGDataConsumerRelease()

void CGDataConsumerRelease ( CGDataConsumerRef  consumer)

CGDataConsumerRelease()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGDataConsumerRetain()

CGDataConsumerRef CGDataConsumerRetain ( CGDataConsumerRef  consumer)

CGDataConsumerRetain()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later