extern structstd.os.windows.FILE_END_OF_FILE_INFORMATION[src]

Fields

EndOfFile: LARGE_INTEGER

Source Code

Source code
pub const FILE_END_OF_FILE_INFORMATION = extern struct {
    EndOfFile: LARGE_INTEGER,
}