fpFreeImageInfos()

This function frees the memory associated with an image info context. Call this function when you have finished using the image info context for calls to fpGetOutputImageCount() and fpGetOutputImageInfo() (see fpGetOutputImageCount() and fpGetOutputImageInfo()).

Syntax

BOOL pascal fpFreeImageInfos (
      void* const pContext,
      void* const pImageInfos)

Arguments

pContext A pointer returned from fpInit() or fpInitWithLicenseData() and the pointer originally passed to fpGetOutputImageInfo() to create the image info context that you want to free. See fpInit() or fpInitWithLicenseData(), and fpGetOutputImageInfo().
pImageInfos A pointer returned from fpGetOutputImageInfos(). See fpGetOutputImageInfos().

Returns

Discussion