Core Graphics のコンテキストから、ビットマップへのポインタを取得

Core Graphics のコンテキストから、ビットマップへのポインタを取得するには、これをつかえばいいのでしょうか?

CGBitmapContextGetData

Returns a pointer to the image data associated with 
a bitmap context.

void * CGBitmapContextGetData (
   CGContextRef c
);

Parameters

context

    The bitmap context to examine.

Return Value

A pointer to the specified bitmap context’s image data,
 or NULL if the context is not a bitmap context.
Availability

    * Available in iPhone OS 2.0 and later.

Declared In
CGBitmapContext.h