Skip to content

IoBufferMask Enumeration

Specifies whether the operation should be performed on the I/O read buffer, the write buffer, or both buffers.

enum IoBufferMask
Member nameDescription
IoReadBufferI/O read buffer.
IoWriteBufferI/O write buffer.
IoReadAndWriteBuffersBoth the I/O read and write buffers.