Does anyone have any documentation that actually explains this 5h!t? instead of just saying “ImportIsoTrack” - Imports and Iso Track…
does importIsoTrack add the imported ISO to the NeroIsoTrack? Or what?
Does anyone have any documentation that actually explains this 5h!t? instead of just saying “ImportIsoTrack” - Imports and Iso Track…
does importIsoTrack add the imported ISO to the NeroIsoTrack? Or what?
ImportIsoTrack wants a track number (zero based) and NERO_IMPORT_ISO_TRACK_FLAGS flags. When done, it fires a OnDoneImport and OnDoneImport2 events. New applications should use OnDoneImport2. This event gives you back the ok status, a NeroFolder representing the root of the imported folder structure, a volume name through NeroImportDataTrackInfo and a more specific error info in NERO_IMPORT_DATA_TRACK_RESULT.
Digesting… thank you