Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the WriteInt32NoFence function.
Syntax
void WriteInt32NoFence(
[out] INT32 volatile *Destination,
[in] INT32 Value
);
Parameters
[out] Destination
Defines the INT32 parameter Destination.
[in] Value
Defines the INT32 parameter Value.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Header | miniport.h (include Miniport.h) |