#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");
|
Copyright © 2014 CA.
All rights reserved.
|
|