EPI_inqInfPoints


The EPI_inqInfPoints function retrieves the information available through the INF(<n>) function for numeric variables


BOOL EPI_inqInfNum(        HMODULE   hEagle,         // Eagle handle     int            *index,               // Pointer to the required  function     double   *pt                     // Pointer to value returned );    

Parameters


hEagle

value of the Eagle handle, which can be obtained through the EPI_getEagleHandle function.


index

Index of function required.


pt

the buffer pt must be allocated from calling the harness.  This can be achieved by calling the appropriate EPI_inqInfNum() with index=3 to provide the correct number of points.

Return Value

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

See Also

EPI_getEagleHandle, EPI_inqInfNum