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

#include <winapi.h>

Public Attributes

LARGE_INTEGER AllocationSize
 
LARGE_INTEGER EndOfFile
 
ULONG NumberOfLinks
 
BOOLEAN DeletePending
 
BOOLEAN Directory
 

Detailed Description

Definition at line 4269 of file winapi.h.

Member Data Documentation

◆ AllocationSize

LARGE_INTEGER _FILE_STANDARD_INFORMATION::AllocationSize

Definition at line 4270 of file winapi.h.

Referenced by fs__stat_handle().

◆ DeletePending

BOOLEAN _FILE_STANDARD_INFORMATION::DeletePending

Definition at line 4273 of file winapi.h.

◆ Directory

BOOLEAN _FILE_STANDARD_INFORMATION::Directory

Definition at line 4274 of file winapi.h.

◆ EndOfFile

LARGE_INTEGER _FILE_STANDARD_INFORMATION::EndOfFile

Definition at line 4271 of file winapi.h.

Referenced by fs__stat_handle().

◆ NumberOfLinks

ULONG _FILE_STANDARD_INFORMATION::NumberOfLinks

Definition at line 4272 of file winapi.h.

Referenced by fs__stat_handle().


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