C_SaveDiffractionData

Call C_SaveDiffractionData to save OrcaWave data to file. Binary or text data files can be saved.

void C_SaveDiffractionData(

TOrcFxAPIHandle DiffractionHandle,

LPCSTR lpFileName,

int *lpStatus

);

Parameters

DiffractionHandle (IN)

The diffraction handle returned by C_CreateDiffraction.

lpFileName (IN)

Points to a null-terminated string containing the name of the diffraction data file.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Unicode and ANSI

The Unicode function name is C_SaveDiffractionDataW and the ANSI function name is C_SaveDiffractionDataA.

See also

C_LoadDiffractionData, C_LoadDiffractionDataMem, C_LoadDiffractionResults, C_LoadDiffractionResultsMem, C_SaveDiffractionDataMem, C_SaveDiffractionResults and C_SaveDiffractionResultsMem.