Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

SharedUserData

Read-only user-mode address for the shared data. https://www.geoffchappell.com/studies/windows/km/ntoskrnl/inc/api/ntexapi_x/kuser_shared_data/index.htm https://msrc-blog.microsoft.com/2022/04/05/randomizing-the-kuser_shared_data-structure-on-windows/

windows.SharedUserData
pub const SharedUserData: *const KUSER_SHARED_DATA = @ptrFromInt(0x7FFE0000)

File

lib/std/os/windows.zig:5947

Code

pub const SharedUserData: *const KUSER_SHARED_DATA = @ptrFromInt(0x7FFE0000)