gflFormatIsReadableByName

GFL SDK

gflFormatIsReadableByName

The gflFormatIsReadableByName function determines if a format is readable with its name.

GFL_BOOL gflFormatIsReadableByName(
  const char * name
);

Parameters

    name
    Pointer to a null-terminated string that contains the name of the format.

Return value

    GFL_FALSE or GFL_TRUE.

See also