Previous | Next |
The INSSBuffer object wraps arounda memory buffer, enabling the buffers to be passed around without undergoing memory-intensive copying operations.
In addition to the methods inherited from IUnknown, the INSSBuffer interface exposes the following methods.
Method | Description |
GetBuffer | Retrieves the location of the buffer. |
GetBufferAndLength | Retrieves the location and size of the used portion of the buffer. |
GetLength | Retrieves the size of the used portion of the buffer. |
GetMaxLength | Retrieves the maximum size to which a buffer can be set. |
SetLength | Specifies the size of the used portion of the buffer. |
Previous | Next |