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