Returns a custom script statistic.

HRESULT GetStatEx(
   REFGUID  guid,
   ULONG*   pluHi,
   ULONG*   pluLo
);

Parameters

guid

[in] Specifies which statistic to return. The semantics of which statistic corresponds to a particular GUID is entirely engine defined.

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