ReactOS 0.4.15-dev-7942-gd23573b
tagMSIFEATURE Struct Reference

#include <msipriv.h>

Collaboration diagram for tagMSIFEATURE:

Public Attributes

struct list entry
 
LPWSTR Feature
 
LPWSTR Feature_Parent
 
LPWSTR Title
 
LPWSTR Description
 
INT Display
 
INT Level
 
LPWSTR Directory
 
INT Attributes
 
INSTALLSTATE Installed
 
INSTALLSTATE ActionRequest
 
INSTALLSTATE Action
 
struct list Children
 
struct list Components
 

Detailed Description

Definition at line 492 of file msipriv.h.

Member Data Documentation

◆ Action

INSTALLSTATE tagMSIFEATURE::Action

Definition at line 505 of file msipriv.h.

Referenced by ITERATE_PublishComponent(), and ITERATE_UnpublishComponent().

◆ ActionRequest

INSTALLSTATE tagMSIFEATURE::ActionRequest

Definition at line 504 of file msipriv.h.

◆ Attributes

INT tagMSIFEATURE::Attributes

Definition at line 502 of file msipriv.h.

◆ Children

struct list tagMSIFEATURE::Children

Definition at line 506 of file msipriv.h.

◆ Components

struct list tagMSIFEATURE::Components

Definition at line 507 of file msipriv.h.

◆ Description

LPWSTR tagMSIFEATURE::Description

Definition at line 498 of file msipriv.h.

◆ Directory

LPWSTR tagMSIFEATURE::Directory

Definition at line 501 of file msipriv.h.

◆ Display

INT tagMSIFEATURE::Display

Definition at line 499 of file msipriv.h.

◆ entry

struct list tagMSIFEATURE::entry

Definition at line 494 of file msipriv.h.

◆ Feature

LPWSTR tagMSIFEATURE::Feature

Definition at line 495 of file msipriv.h.

Referenced by register_verb().

◆ Feature_Parent

LPWSTR tagMSIFEATURE::Feature_Parent

Definition at line 496 of file msipriv.h.

◆ Installed

INSTALLSTATE tagMSIFEATURE::Installed

Definition at line 503 of file msipriv.h.

◆ Level

INT tagMSIFEATURE::Level

Definition at line 500 of file msipriv.h.

◆ Title

LPWSTR tagMSIFEATURE::Title

Definition at line 497 of file msipriv.h.


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