Hello,
I try to import a data track from a CDRW data disc using the code below (the device handle is a valid one) -
NERO_ISO_ITEM *niiTmp;
void **ppCDStamp=NULL;
NERO_IMPORT_DATA_TRACK_RESULT nidtrResult;
NERO_IMPORT_DATA_TRACK_INFO pInfo;
niiTmp = NeroImportDataTrack(ndhDeviceHandle, 1, ppCDStamp,&pInfo, NIITEF_IMPORT_ISO_ONLY, &nidtrResult, NULL);
After the function call… niiTmp is NULL …nidtrResult = NIDTR_DRIVE_ERROR and on calling NeroGetLastDriveError() gives NDE_NO_ERROR …
Could somebody please point out where I could be going wrong and how is the NeroImportDataTrack() function correctly used.
Thanks a lot in advance.
regds