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 exclusive single-client access.

Description

This macro returns if the I/O intent provided is exclusive single-client access.

Remarks

None.