Previous Topic: Related FunctionsNext Topic: Subset Information


Example

#include <eapidef.h>
EAPIRC rc = EAPI_SUCCESSFUL_RC;
OBJID       nObjectId;
PRPTYPECODE nPrpTypeCode;
CHARVALUE   cCharPrp;
nObjectId = 87144L;
nPrpTypeCode = 397;
cCharPrp = 'N';
rc = EApiUpSingleChar(nObjectId, nPrpTypeCode, cCharPrp);
if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiUpSingleChar\n");