C_LoadDiffractionResultsMem

Call C_LoadDiffractionResultsMem to load diffraction results, held in memory, into a diffraction object.

void C_LoadDiffractionResultsMem(

TOrcFxAPIHandle DiffractionHandle,

const unsigned char *lpBuffer,

int64_t BufferLen,

int *lpStatus

);

Parameters

DiffractionHandle (IN)

The diffraction handle returned by C_CreateDiffraction.

lpBuffer (IN)

Pointer to the buffer.

BufferLen (IN)

The length of the buffer.

lpStatus (OUT)

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

See also

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