Rizin
unix-like reverse engineering framework and cli tools
uv__fd_info_s Struct Reference

#include <fs-fd-hash-inl.h>

Public Attributes

int flags
 
BOOLEAN is_directory
 
HANDLE mapping
 
LARGE_INTEGER size
 
LARGE_INTEGER current_pos
 

Detailed Description

Definition at line 45 of file fs-fd-hash-inl.h.

Member Data Documentation

◆ current_pos

LARGE_INTEGER uv__fd_info_s::current_pos

Definition at line 50 of file fs-fd-hash-inl.h.

Referenced by fs__ftruncate(), fs__open(), fs__read_filemap(), and fs__write_filemap().

◆ flags

int uv__fd_info_s::flags

◆ is_directory

BOOLEAN uv__fd_info_s::is_directory

Definition at line 47 of file fs-fd-hash-inl.h.

Referenced by fs__ftruncate(), fs__open(), fs__read_filemap(), and fs__write_filemap().

◆ mapping

HANDLE uv__fd_info_s::mapping

◆ size

LARGE_INTEGER uv__fd_info_s::size

Definition at line 49 of file fs-fd-hash-inl.h.

Referenced by fs__ftruncate(), fs__open(), fs__read_filemap(), and fs__write_filemap().


The documentation for this struct was generated from the following file: