FormatCorePlugin_GetErrorMessage

Definition

Get image information.

int32_t FormatCorePlugin_GetErrorMessage(

  FC_ImageHandle handle,

  char *msg,

  uint32_t *length

);

Arguments

[IN]handle

Handle to a reader instance that previously opened an image.

[OUT]msg

Buffer to copy message string to.

[OUT]length

Size of the buffer.

FORMATCORE_SUCCESS or FORMATCORE_FAILURE.

Remarks

If any function returns anything other then success, then this function will be the next function called and should retrieve a string message that will be written out by the reporter.