NNS_G2dInitializeImageProxy

C Specification

#include <nnsys/g2d/g2d_Image.h>
void NNS_G2dInitializeImageProxy   ( 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. The name of this function has changed to NNS_G2dInitImageProxy(). This function will remain to maintain compatibility.

See Also

NNS_G2dInitImageProxy

Revision History

2004/08/02 Renamed function

2004/05/28 Initial version.


CONFIDENTIAL