MonobjcMonobjc Documented Class Library
CGDataProviderReleaseInfoCallback Delegate
NamespacesMonobjc.ApplicationServicesCGDataProviderReleaseInfoCallback

A callback function that releases any private data or resources associated with the data provider.

Original signature is : void (*CGDataProviderReleaseInfoCallback) ( void *info );

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void CGDataProviderReleaseInfoCallback(
	IntPtr info
)
Public Delegate Sub CGDataProviderReleaseInfoCallback ( _
	info As IntPtr _
)
public delegate void CGDataProviderReleaseInfoCallback(
	IntPtr info
)
Parameters
info (IntPtr)
A generic pointer to private information shared among your callback functions. This is the same pointer you supplied to CGDataProviderCreate.
Return Value
The number of bytes that were actually skipped.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)