gflFormatIsReadableByIndex

GFL SDK

gflFormatIsReadableByIndex

The gflFormatIsReadableByIndex function determines if a format is readable with its index.

GFL_BOOL gflFormatIsReadableByIndex(
  GFL_INT32 index
);

Parameters

    index
    Index of format.

Return value

    GFL_FALSE or GFL_TRUE.

See also