WriteInt32Release - NtDoc

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

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

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

NtDoc

No description available.

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

Description

This topic describes the WriteInt32Release function.

Parameters

Destination [out]

Defines the INT32 parameter Destination.

Value [in]

Defines the INT32 parameter Value.

Remarks

See also


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

Description

Parameters

Destination

Value

Remarks

See also