Description

Returns the current time value of using the Feature.

Syntax

1
2

int GRD_API GrdFeatureGetTimeLimit(GrdHandle handle,
                                   grd_time_t* remainingTime);

Parameters

handle
Session handle
remainingTime
Pointer to the return value of the running time in time_t format

Return values

GRD_OK

GRD_INVALID_HANDLE

GRD_INVALID_FEATURE

  • No labels