#include opcapi.h
int opcreg_create(
opcregcond *reg_cond /* out */
);
Parameters
Description
This routine creates an empty registration condition. The actual structure of this data area is hidden from the user. To get or set attributes, the respective routines must be called. The memory used for the area has to be deallocated by calling opcreg_free().
Return Values
OPC_ERR_OK:
OPC_ERR_INVALID_OUTPARAM:
reg_cond
is invalid
OPC_ERR_NO_MEMORY:
Versions
HPOM for Windows A.07.50 and later
See Also