1.1.1.6 DRV_IO_ISNONBLOCKING Macro
C
#define DRV_IO_ISNONBLOCKING(intent) (intent & DRV_IO_INTENT_NONBLOCKING )
Summary
Returns if the I/O intent provided is non-blocking.
Description
This macro returns if the I/O intent provided is non-blocking.
Remarks
None.