// miniport.h
INT32 ReadInt32NoFence(
[in] INT32 const volatile *Source
);
View the official Windows Driver Kit DDI reference// wdm.h
INT32 ReadInt32NoFence(
INT32 const volatile *Source
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the ReadInt32NoFence function.
Source [in]Defines the INT32 parameter Source.
Source