Returns one of the standard script statistics.

HRESULT GetStat(
   DWORD   stid,
   ULONG*  pluHi,
   ULONG*  pluLo
);

Parameters

stid

[in] Specifies which statistic to return. Must be the value:

Constant Value Description

SCRIPTSTAT_STATEMENT_COUNT

1

Return the number of statements executed since the script started or the statistics were reset.

pluHi

[out] The high 32 bits of a 64-bit unsigned integer representing the statistic.

pluLo

[out] The low 32 bits of a 64-bit unsigned integer representing the statistic.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also