Previous Topic: Related FunctionsNext Topic: EApiUpNumeric


Example

#include <eapidef.h>
EAPIRC rc = EAPI_SUCCESSFUL_RC;
char szCharText[32] = "Vendor string";
OBJID       nObjectId;
PRPTYPECODE nPrpTypeCode;
nObjectId = 70902L;
nPrpTypeCode = 224;
rc = EApiUpCharArray(nObjectId, nPrpTypeCode, szCharText);
if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiUpCharArray\n");