// miniport.h
VOID WriteUInt32Raw(
[out] UINT32 volatile *Destination,
[in] UINT32 Value
);
View the official Windows Driver Kit DDI reference// wdm.h
VOID WriteUInt32Raw(
UINT32 volatile *Destination,
UINT32 Value
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the WriteUInt32Raw function.
Destination [out]Defines the UINT32 parameter Destination.
Value [in]Defines the UINT32 parameter Value.
DestinationValue