IActiveScriptStats.GetStat(UInt32, UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetStat(System::UInt32 stid, [Runtime::InteropServices::Out] System::UInt32 % pluHi, [Runtime::InteropServices::Out] System::UInt32 % pluLo);
public int GetStat(uint stid, out uint pluHi, out uint pluLo);
abstract member GetStat : uint32 * uint32 * uint32 -> int
Public Function GetStat (stid As UInteger, ByRef pluHi As UInteger, ByRef pluLo As UInteger) As Integer
Parameters
- stid
- UInt32
- pluHi
- UInt32
- pluLo
- UInt32