NNS_G2dInitImageProxy

C Specification

#include <nnsys/g2d/g2d_Image.h>
void NNS_G2dInitImageProxy( NNSG2dImageProxy* pImg );

Arguments

pImg [OUT] Image proxy

Return Values

None.

Description

Initializes the image proxy. Please be sure to call this function before using the image proxy. This function is new and was renamed from NNS_G2dInitializeImageProxy(). The previous function will remain to maintain compatibility.

See Also

NNS_G2dInitializeImageProxy

Revision History

08/02/2004 Renamed function

05/28/2004 Initial version.


CONFIDENTIAL