MonobjcMonobjc Documented Class Library
CGDataProviderRewindCallback Delegate
NamespacesMonobjc.ApplicationServicesCGDataProviderRewindCallback

A callback function that moves the current position in the data stream back to the beginning.

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

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void CGDataProviderRewindCallback(
	IntPtr info
)
Public Delegate Sub CGDataProviderRewindCallback ( _
	info As IntPtr _
)
public delegate void CGDataProviderRewindCallback(
	IntPtr info
)
Parameters
info (IntPtr)
A generic pointer to private data 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)