Description

Returns the current value of the launch counter for a Feature.

Syntax

function GrdFeatureGetRunCounter(
  handle: GrdHandle;
  runCounter: Pgrd_uint32): Integer; stdcall;

Parameters

handle
Session handle
runCounter
Pointer to the return value of the remaining launches for the feature

Return values

GRD_OK

GRD_INVALID_HANDLE

  • No labels