#include opcapi.h
int *opcreg_get_str (
const opcregcond reg_cond, /* in */
int field /* in */
);
Parameters
reg_cond
field
Description
Use the function opcreg_get_str()
to access the
string attribute of a registration condition.
Return Values
Returns a pointer to the requested string or if not successful a NULL pointer.
Versions
HPOM for Windows A.07.50 and later
See Also