extern structstd.os.windows.FILE_POSITION_INFORMATION[src]

Fields

CurrentByteOffset: LARGE_INTEGER

Source Code

Source code
pub const FILE_POSITION_INFORMATION = extern struct {
    CurrentByteOffset: LARGE_INTEGER,
}