C_DestroyDiffraction

C_DestroyDiffraction disposes of the resources associated with a diffraction analysis object.

void C_DestroyDiffraction(

TOrcFxAPIHandle DiffractionHandle,

int *lpStatus

);

Parameters

DiffractionHandle (IN)

The handle of the diffraction analysis object to destroy.

lpStatus (OUT)

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

See also

C_CreateDiffraction.