C_GetFrequencyDomainProcessComponents2

Call C_GetFrequencyDomainProcessComponents2 to get a list of the model's frequency domain process components.

void C_GetFrequencyDomainProcessComponents2(

TOrcFxAPIHandle ModelHandle,

int *lpCount,

TFrequencyDomainProcessComponent2 *lpFrequencyDomainProcessComponents,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model.

lpCount (OUT)

Points to a variable in which the total number of process components is returned.

lpFrequencyDomainProcessComponents (OUT)

Points to a block of memory to receive the array of process components.

To find out how much memory to allocate call C_GetFrequencyDomainProcessComponents2 passing NULL as the lpFrequencyDomainProcessComponents parameter and use the value returned in lpCount to determine how much memory to allocate. The array must be of length *lpCount.

lpStatus (OUT)

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

See also

TFrequencyDomainProcessComponent2, C_GetFrequencyDomainResultsProcess.