XLL+ Class Library

CXllPushApp::GetTickPeriod

Returns the time in milliseconds between ticks for idle tasks

[C++]
long GetTickPeriod();

Return value

The function returns the time in milliseconds between ticks for idle tasks. See CXllPushApp::SetTickPeriod() for more details.

Remarks

This function may only be called from the main thread.

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::SetTickPeriod() | CXllPushApp::SetRefreshPeriod() | CXllPushApp::GetRefreshPeriod()