ReactOS 0.4.15-dev-7953-g1f49173
tagMSICLASS Struct Reference

#include <msipriv.h>

Collaboration diagram for tagMSICLASS:

Public Attributes

struct list entry
 
LPWSTR clsid
 
LPWSTR Context
 
MSICOMPONENTComponent
 
MSIPROGIDProgID
 
LPWSTR ProgIDText
 
LPWSTR Description
 
MSIAPPIDAppID
 
LPWSTR FileTypeMask
 
LPWSTR IconPath
 
LPWSTR DefInprocHandler
 
LPWSTR DefInprocHandler32
 
LPWSTR Argument
 
MSIFEATUREFeature
 
INT Attributes
 
INSTALLSTATE action
 

Detailed Description

Definition at line 649 of file msipriv.h.

Member Data Documentation

◆ action

INSTALLSTATE tagMSICLASS::action

◆ AppID

MSIAPPID* tagMSICLASS::AppID

Definition at line 658 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), ACTION_UnregisterClassInfo(), and load_class().

◆ Argument

LPWSTR tagMSICLASS::Argument

Definition at line 663 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), free_package_structures(), and load_class().

◆ Attributes

INT tagMSICLASS::Attributes

Definition at line 665 of file msipriv.h.

Referenced by load_class().

◆ clsid

◆ Component

MSICOMPONENT* tagMSICLASS::Component

Definition at line 654 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), ACTION_UnregisterClassInfo(), and load_class().

◆ Context

LPWSTR tagMSICLASS::Context

Definition at line 653 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), free_package_structures(), and load_class().

◆ DefInprocHandler

LPWSTR tagMSICLASS::DefInprocHandler

Definition at line 661 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), free_package_structures(), and load_class().

◆ DefInprocHandler32

LPWSTR tagMSICLASS::DefInprocHandler32

Definition at line 662 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), free_package_structures(), and load_class().

◆ Description

LPWSTR tagMSICLASS::Description

Definition at line 657 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), free_package_structures(), and load_class().

◆ entry

struct list tagMSICLASS::entry

Definition at line 651 of file msipriv.h.

Referenced by free_package_structures(), and load_class().

◆ Feature

MSIFEATURE* tagMSICLASS::Feature

Definition at line 664 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), ACTION_UnregisterClassInfo(), and load_class().

◆ FileTypeMask

LPWSTR tagMSICLASS::FileTypeMask

◆ IconPath

LPWSTR tagMSICLASS::IconPath

Definition at line 660 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), free_package_structures(), and load_class().

◆ ProgID

MSIPROGID* tagMSICLASS::ProgID

Definition at line 655 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), and load_class().

◆ ProgIDText

LPWSTR tagMSICLASS::ProgIDText

Definition at line 656 of file msipriv.h.

Referenced by ACTION_RegisterClassInfo(), free_package_structures(), and load_class().


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