IStackerDriver interface : ScanStack method

ScanStack method
Description
VWorks software calls the ScanStack method to tell the plugin to scan the stack at the specified location.
IMPORTANT VWorks software always calls the ScanStack method before the SinkPlate or SourcePlate method. See “SinkPlate method” and “SourcePlate method” .
Syntax
 
HRESULT ScanStack(
[in] BSTR Location,
[out,retval] enum ReturnCode *retVal
);
Parameters
 
0 = The request was completed (RETURN_SUCCESS)
1 = Something was wrong with the input, so the request was not completed (RETURN_BAD_ARGS)
2 = The request was not completed (RETURN_FAIL)
Related information