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 Location [in] The name of the location of the stack. IsFull [out, retval] Indicates whether the stack is full. Possible values: 0 = The stack is not full 1 = The stack is full Related information For information about... See... IsStackEmpty method “IsStackEmpty method” LoadStack method “LoadStack method” ScanStack method “ScanStack method” SinkPlate method “SinkPlate method” SourcePlate method “SourcePlate method” UnloadStack method “UnloadStack method”