IStackerDriver interface : IsStackFull method

IsStackFull method
Description
VWorks software calls the IsStackFull method to ask the plugin whether the stack at the specified location is full.
Syntax
 
HRESULT IsStackFull(
[in] BSTR Location,
[out,retval] SHORT *IsFull
);
Parameters
 
0 = The stack is not full
1 = The stack is full
Related information