ReactOS 0.4.15-dev-7953-g1f49173
module_find Struct Reference
Collaboration diagram for module_find:

Public Attributes

enum module_type kind
 
const GUIDguid
 
DWORD dw1
 
DWORD dw2
 
WCHAR filename [MAX_PATH]
 
unsigned matched
 

Detailed Description

Definition at line 451 of file path.c.

Member Data Documentation

◆ dw1

DWORD module_find::dw1

Definition at line 462 of file path.c.

Referenced by module_find_cb(), and path_find_symbol_file().

◆ dw2

DWORD module_find::dw2

Definition at line 463 of file path.c.

Referenced by module_find_cb(), and path_find_symbol_file().

◆ filename

WCHAR module_find::filename[MAX_PATH]

Definition at line 464 of file path.c.

Referenced by module_find_cb(), and path_find_symbol_file().

◆ guid

const GUID* module_find::guid

Definition at line 461 of file path.c.

Referenced by module_find_cb(), and path_find_symbol_file().

◆ kind

enum module_type module_find::kind

Definition at line 453 of file path.c.

Referenced by module_find_cb(), and path_find_symbol_file().

◆ matched

unsigned module_find::matched

Definition at line 465 of file path.c.

Referenced by module_find_cb(), and path_find_symbol_file().


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