gflGetDefaultFormatSuffixByName

GFL SDK

gflGetDefaultFormatSuffixByName

The gflGetDefaultFormatSuffixByName function returns the default extension of a format's name.

const char * gflGetDefaultFormatSuffixByName(
  const char * name
);

Parameters

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

Return value

    Pointer to a null-terminated string that contains the default extension.
    NULL if there is an error.

See also