Reads the write buffer size.
virtual int HalGetWriteBufferSize(unsigned long& Size) = 0;
Parameters |
Description |
unsigned long& Size |
On output the write buffer size in bytes. |
If the function successed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
A derived class must override this method to implement the buffer size reading code.
Copyright (c) 2006-2017. All rights reserved.
|