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