C_LoadDiffractionData

C_LoadDiffractionData is used to load an OrcaWave data file into a diffraction object. Binary or text data files can be loaded.

void C_LoadDiffractionData(

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_LoadDiffractionDataW and the ANSI function name is C_LoadDiffractionDataA.

See also

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