1) Absolutely no relations to what you wrote... Old API should be used for compatibility reasons and for DVD-Video creation ONLY. New one is for extensive work with the UDF. Version from 1.02 and up to 2.60 are supported.
2) VolumeCreate takes ANSI string name and VolumeUnicodeCreate takes Unicode volume name as parameter. IsUnicode flag means will volume handle ANSI names as ANSI names (FALSE) or Unicode (TRUE).
3) Not exported yet. Wait for V10 SP1.
NeoTall wrote:
Hi 4 All...
I've downloaded new version of StarBurn SDK and have an some questions about new UDF functions now.
1. What versions UDF are supported? And which the functions to use for its?
For example, whether there is a similar:
UDF v.1.02 - old functions like StarBurn_UDF_CreateEx and others
UDF v.2.00 - new functions like StarBurn_UDF2_VolumeCreate with flag IsUnicode = false
UDF v.2.01 - new functions like StarBurn_UDF2_VolumeCreate with flag IsUnicode = true
UDF v.2.50 - new functions like StarBurn_UDF2_VolumeUnicodeCreate with flag IsUnicode = false
UDF v.2.60 - new functions like StarBurn_UDF2_VolumeUnicodeCreate with flag IsUnicode = true
2. In what difference between functions StarBurn_UDF2_VolumeCreate and StarBurn_UDF2_VolumeUnicodeCreate and work of flag IsUnicode...
3. How to burn a multisessional discs in UDF? Whether is necessary make an import of previous session.
Thanks...