C_ResetDiffraction

C_ResetDiffraction discards any active calculation and returns the diffraction object to the dsReset state.

void C_ResetDiffraction(

TOrcFxAPIHandle DiffractionHandle,

int *lpStatus

);

Parameters

DiffractionHandle (IN)

The diffraction handle returned by C_CreateDiffraction.

lpStatus (OUT)

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

See also

C_GetDiffractionState.