#include <eapidef.h>
EAPIRC rc = EAPI_SUCCESSFUL_RC;
OBJID nObjectId;
PRPTYPECODE nPrpTypeCode;
INTVALUE nIntPrp;
nObjectId = 70902L;
nPrpTypeCode = 224;
nIntPrp = 13;
rc = EApiUpNumeric(nObjectId, nPrpTypeCode, nIntPrp);
if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiUpNumeric\n");
|
Copyright © 2014 CA.
All rights reserved.
|
|