XLL+ Class Library

CXllPushApp::GetRefreshPeriod

Returns the time in milliseconds between calls to RefreshFromApplication()

[C++]
long GetRefreshPeriod();

Return value

The function returns the time in milliseconds between calls to RefreshFromApplication(). See CXllPushApp::SetRefreshPeriod() 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::SetRefreshPeriod() | CXllPushApp::SetTickPeriod() | CXllPushApp::GetTickPeriod()