Rate This Document
Findability
Accuracy
Completeness
Readability

Stop

Function Usage

Stops the instruction stream engine client. This function is called in blocking mode and returns a result only after all threads exit and resources are released.

Restrictions

Do not call the Stop function of the instruction stream engine in the OnVmiEngineEvent callback function.

Prototype

void Stop()

Parameters

N/A

Returns

N/A

Example Call

void Test()  
{ 
    stop();
}