WriteUInt32NoFence function (miniport.h)

This topic describes the WriteUInt32NoFence function.

Syntax

void WriteUInt32NoFence(
  [out] UINT32 volatile *Destination,
  [in]  UINT32          Value
);

Parameters

[out] Destination

Defines the UINT32 parameter Destination.

[in] Value

Defines the UINT32 parameter Value.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 11
Header miniport.h (include Miniport.h)