The EPI_Hook routine to call the Plnghook.dll to transform the value or output string.
void EPI_Hook HMODULE hEagle, // Eagle handle int sense // The sense value switch
);
Parameters
hEagle
value of the Eagle handle, which can be obtained through the EPI_getEagleHandle function.
sense
value for display in the dynainput output the 1=coordinates, 2 = distance, 3=angle.
Return Value
None.
See Also
EPI_getEagleHandle, PlngHookInitialize
Example
HMODULE he; int sense he = EPI_getEagleHandle(); sense = 2; EPI_Hook ( he, sense );