ReactOS 0.4.16-dev-1408-gbc64f3a
FIND_FIRST_INFO Struct Reference
Collaboration diagram for FIND_FIRST_INFO:

Public Attributes

DWORD magic
 
HANDLE handle
 
CRITICAL_SECTION cs
 
FINDEX_SEARCH_OPS search_op
 
FINDEX_INFO_LEVELS level
 
UNICODE_STRING path
 
BOOL is_root
 
UINT data_pos
 
UINT data_len
 
UINT data_size
 
BYTE data [1]
 

Detailed Description

Definition at line 48 of file file.c.

Member Data Documentation

◆ cs

CRITICAL_SECTION FIND_FIRST_INFO::cs

Definition at line 52 of file file.c.

◆ data

BYTE FIND_FIRST_INFO::data[1]

Definition at line 60 of file file.c.

◆ data_len

UINT FIND_FIRST_INFO::data_len

Definition at line 58 of file file.c.

◆ data_pos

UINT FIND_FIRST_INFO::data_pos

Definition at line 57 of file file.c.

◆ data_size

UINT FIND_FIRST_INFO::data_size

Definition at line 59 of file file.c.

◆ handle

HANDLE FIND_FIRST_INFO::handle

Definition at line 51 of file file.c.

◆ is_root

BOOL FIND_FIRST_INFO::is_root

Definition at line 56 of file file.c.

◆ level

FINDEX_INFO_LEVELS FIND_FIRST_INFO::level

Definition at line 54 of file file.c.

◆ magic

DWORD FIND_FIRST_INFO::magic

Definition at line 50 of file file.c.

◆ path

UNICODE_STRING FIND_FIRST_INFO::path

Definition at line 55 of file file.c.

◆ search_op

FINDEX_SEARCH_OPS FIND_FIRST_INFO::search_op

Definition at line 53 of file file.c.


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