WriteUInt32NoFence - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// miniport.h

VOID WriteUInt32NoFence(
  [out] UINT32 volatile *Destination,
  [in]  UINT32          Value
);
View the official Windows Driver Kit DDI reference
// wdm.h

VOID WriteUInt32NoFence(
  UINT32 volatile *Destination,
  UINT32          Value
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the WriteUInt32NoFence function.

Parameters

Destination [out]

Defines the UINT32 parameter Destination.

Value [in]

Defines the UINT32 parameter Value.

Remarks

See also


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

Description

Parameters

Destination

Value

Remarks

See also