

Property Information › EApiFetchPrpLastUpInfo › Example
Example
#include <eapidef.h>
EAPIRC rc = EAPI_SUCCESSFUL_RC;
OBJID nObjectId;
PRPTYPECODE nPrpTypeCode;
DATE szDate;
TIME szTime;
USERID szUserId;
nObjectId = 74344L;
nPrpTypeCode = 224;
rc = EApiFetchPrpLastUpInfo(nObjectId,
nPrpTypeCode,
szDate,
szTime,
szUserId);
if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiFetchPrpLastUpInfo\n");
else
{
printf("Date = %s\n", szDate);
printf("Time = %s\n", szTime);
printf("UserId = %s\n", szUserId);
}
Copyright © 2014 CA.
All rights reserved.
 
|
|