Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WriteRaw16

WriteRaw16 performs a raw write operation to a volatile SHORT value without any memory ordering or atomicity semantics.

Syntax

VOID WriteRaw16(
 SHORT volatile *Destination,
 SHORT Value
);

Parameters

Destination

[out] A pointer to the volatile SHORT variable to write to.

Value

[in] The SHORT value to write to the destination.

Return value

None

Remarks

The WriteRaw16 function performs a raw memory write operation on a 16-bit value without compiler optimization barriers or synchronization guarantees.

Requirements

Requirement Value
Header wdm.h
IRQL Any level

See also

ReadRaw16

WriteRaw


Feedback

Was this page helpful?

Additional resources