ReadUInt32NoFence - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-miniport-readuint32nofence)

Description

This topic describes the ReadUInt32NoFence function.

Parameters

Source [in]

Defines the UINT32 parameter Source.

Return value

UINT32

Remarks

See also


Windows Driver Kit DDI reference (nf-wdm-readuint32nofence)

Description

Parameters

Source

Return value

Remarks

See also