

Schema Information › EApiFetchSchemaIntPrpDflt › Example
Example
#include <eapidef.h>
EAPIRC rc = EAPI_SUCCESSFUL_RC;
OBJTYPECODE nObjTypeCode;
PRPTYPECODE nPrpTypeCode;
INTVALUE nIntPrp;
nObjTypeCode = 51;
nPrpTypeCode = 140;
rc = EApiFetchSchemaIntPrpDflt((OBJTYPECODE) nObjTypeCode,
(PRPTYPECODE) nPrpTypeCode,
(PINTVALUE) &nIntPrp);
if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiFetchSchemaIntPrpDflt\n");
else
printf("Integer Prp = %d\n", nIntPrp);
Copyright © 2014 CA.
All rights reserved.
 
|
|