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

Public Attributes

LPCWSTR Name
 
LPWSTR File
 
DWORD MinVersionMS
 
DWORD MinVersionLS
 
DWORD MaxVersionMS
 
DWORD MaxVersionLS
 
DWORD MinSize
 
DWORD MaxSize
 
FILETIME MinTime
 
FILETIME MaxTime
 
LPWSTR Languages
 

Detailed Description

Definition at line 37 of file appsearch.c.

Member Data Documentation

◆ File

LPWSTR tagMSISIGNATURE::File

◆ Languages

LPWSTR tagMSISIGNATURE::Languages

Definition at line 49 of file appsearch.c.

Referenced by file_version_matches(), free_signature(), and get_signature().

◆ MaxSize

DWORD tagMSISIGNATURE::MaxSize

Definition at line 46 of file appsearch.c.

Referenced by file_matches_sig(), and get_signature().

◆ MaxTime

FILETIME tagMSISIGNATURE::MaxTime

Definition at line 48 of file appsearch.c.

Referenced by file_matches_sig(), and get_signature().

◆ MaxVersionLS

DWORD tagMSISIGNATURE::MaxVersionLS

Definition at line 44 of file appsearch.c.

Referenced by file_matches_sig(), file_version_matches(), get_signature(), and search_file().

◆ MaxVersionMS

DWORD tagMSISIGNATURE::MaxVersionMS

Definition at line 43 of file appsearch.c.

Referenced by file_matches_sig(), file_version_matches(), get_signature(), and search_file().

◆ MinSize

DWORD tagMSISIGNATURE::MinSize

Definition at line 45 of file appsearch.c.

Referenced by file_matches_sig(), and get_signature().

◆ MinTime

FILETIME tagMSISIGNATURE::MinTime

Definition at line 47 of file appsearch.c.

Referenced by file_matches_sig(), and get_signature().

◆ MinVersionLS

DWORD tagMSISIGNATURE::MinVersionLS

Definition at line 42 of file appsearch.c.

Referenced by file_matches_sig(), file_version_matches(), get_signature(), and search_file().

◆ MinVersionMS

DWORD tagMSISIGNATURE::MinVersionMS

Definition at line 41 of file appsearch.c.

Referenced by file_matches_sig(), file_version_matches(), get_signature(), and search_file().

◆ Name

LPCWSTR tagMSISIGNATURE::Name

Definition at line 39 of file appsearch.c.

Referenced by get_signature(), search_components(), search_dr(), search_ini(), and search_reg().


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