C_SaveDiffractionResults

Call C_SaveDiffractionResults to save OrcaWave results to file.

void C_SaveDiffractionResults(

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 results 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_SaveDiffractionResultsW and the ANSI function name is C_SaveDiffractionResultsA.

See also

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