Creates a Quartz direct-access data provider that uses a URL to supply data.
Original signature is 'CGDataProviderRef CGDataProviderCreateWithURL ( CFURLRef url );'
Available in Mac OS X v10.0 and later.


- url (NSURL)
- MISSING

A new data provider or NULL if the data from the URL could not be accessed. You are responsible for releasing this object using CGDataProviderRelease.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)