IAPI::DoEvents

method DoEvents.

DoEvents gives GUI responsiveness to apps or scripts while executing tasks into a long loop.

This method behas as a call to Visual Basic 6 DoEvents or to C# Application.DoEvents

 

HRESULT DoEvents();

Parameters

 

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI