Und was sagt die Doku zu den Funktionen?
Bei der Funktion, die anscheinend das Problem macht, sagt sie folgendes:
Code:
EXPORTDLL COM_RETURN EBEL_API COM_RbsManipulationReq ( COM_Handle
handle,
COM_RbsManipulation manipulation
)
Sets a RBS manipulation.
Parameters:
handle Pointer to a
handle representing the interface instance.
manipulation contains the RBS manipulation settings.
Returns:
COM_RETURN_OK Function executed successfully.
COM_RETURN_InvalidHandle The
handle is not a valid PC HW interface
handle.
COM_RETURN_Timeout The hardware is not responding.
else Error code of the called function in the hardware.