unsigned int _stdcall WritePointValue(struct StationPar * St, struct PointPar * Pt, struct KomUniVal * Val, unsigned int * RdBack) |
| St | Pointer to the StationPar structure. |
| Pt | Pointer to the PointPar structure. |
| Val | Pointer to the KomUniVal structure (contains a new value). |
| RdBack | Pointer to a Boolean value of the request attribute of the function ReadPointValue. |
| Code | Description |
| RQ_OK | Request executed OK. |
| RQ_ERR | An error occurred (a device does not communicate or is out of service, or there is any error), the station changes into the status COM_ERR or HARD_ERR after returning from the function. |
| RQ_IGNORED | The function was ignored and the station status is not changed. |