#include opcapi.h
int opcdata_set_long(
opcdata data, /* in/out */
int attribute, /* in */
long value /* in */
);
Parameters
data
attribute
value
Description
Use the opcdata_set_long()
routine to set the
numeric long attribute
in data
to
value
.
Return Values
Versions
HPOM for Windows A.07.50 and later
See Also