ITDigitsGatheredEvent::get_TickCount 方法 (tapi3if.h)

get_TickCount 方法會取得「刻度計數」, (從 Windows 開始) 完成數位收集以來的毫秒數。

語法

HRESULT get_TickCount(
  [out] long *plTickCount
);

參數

[out] plTickCount

要接收刻度計數之值的指標。

傳回值

這個方法可以傳回下列其中一個值。

傳回碼 描述
S_OK
方法成功。
E_POINTER
plTickCount 參數不是有效的指標。

規格需求

需求
目標平台 Windows
標頭 tapi3if.h
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

ITDigitsGatheredEvent