Return the status of an image source.
Original signature is 'CGImageSourceStatus CGImageSourceGetStatus ( CGImageSourceRef isrc );'
Available in Mac OS X version 10.4 and later.

C# | Visual Basic | Visual C++ |
public static CGImageSourceStatus GetStatus( IntPtr isrc )
Public Shared Function GetStatus ( _ isrc As IntPtr _ ) As CGImageSourceStatus
public: static CGImageSourceStatus GetStatus( IntPtr isrc )

- isrc (IntPtr)
- MISSING

Returns the current status of the image source. See “Image Source Status” for a list of possible values.

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