

Checkout Information › EApiFetchChkoutInfoForChkoutObj › Example
Example
#include <eapidef.h>
EAPIRC rc = EAPI_SUCCESSFUL_RC;
OBJID nObjectId;
CKOID nChkoutId;
SCOPPROT nReqPVal;
CKOSTATUS nGrtPVal;
nObjectId = 74344L;
nChkoutId = 65L;
rc = EApiFetchChkoutInfoForChkoutObj(nObjectId,
nChkoutId,
&nReqPVal,&nGrtPVal);
if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiFetchChkoutInfoForChkoutObj\n");
else
{
printf("ReqPVal = %ld\n", nReqPVal);
printf("GrtPVal = %ld\n", nGrtPVal);
}
Copyright © 2014 CA.
All rights reserved.
 
|
|