png_get_user_chunk_ptr

Name

png_get_user_chunk_ptr -- get pointer to user chunk data

Synopsis

#include <png.h>

png_voidp png_get_user_chunk_ptr(png_structp png_ptr);

Description

This interface shall return the pointer to the user chunk data associated with the specified PNG file.

The parameter png_ptr shall specify the PNG file.