1.1.1.7 DRV_IO_ISEXCLUSIVE Macro

C

#define DRV_IO_ISEXCLUSIVE(intent) (intent & DRV_IO_INTENT_EXCLUSIVE)

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.