ReactOS 0.4.15-dev-7953-g1f49173
tagMSIFOLDER Struct Reference

#include <msipriv.h>

Collaboration diagram for tagMSIFOLDER:

Public Attributes

struct list entry
 
struct list children
 
LPWSTR Directory
 
LPWSTR Parent
 
LPWSTR TargetDefault
 
LPWSTR SourceLongPath
 
LPWSTR SourceShortPath
 
LPWSTR ResolvedTarget
 
LPWSTR ResolvedSource
 
enum folder_state State
 
BOOL persistent
 

Detailed Description

Definition at line 572 of file msipriv.h.

Member Data Documentation

◆ children

struct list tagMSIFOLDER::children

Definition at line 575 of file msipriv.h.

◆ Directory

LPWSTR tagMSIFOLDER::Directory

Definition at line 576 of file msipriv.h.

◆ entry

struct list tagMSIFOLDER::entry

Definition at line 574 of file msipriv.h.

◆ Parent

LPWSTR tagMSIFOLDER::Parent

Definition at line 577 of file msipriv.h.

◆ persistent

BOOL tagMSIFOLDER::persistent

Definition at line 584 of file msipriv.h.

◆ ResolvedSource

LPWSTR tagMSIFOLDER::ResolvedSource

Definition at line 582 of file msipriv.h.

◆ ResolvedTarget

LPWSTR tagMSIFOLDER::ResolvedTarget

Definition at line 581 of file msipriv.h.

◆ SourceLongPath

LPWSTR tagMSIFOLDER::SourceLongPath

Definition at line 579 of file msipriv.h.

◆ SourceShortPath

LPWSTR tagMSIFOLDER::SourceShortPath

Definition at line 580 of file msipriv.h.

◆ State

enum folder_state tagMSIFOLDER::State

Definition at line 583 of file msipriv.h.

◆ TargetDefault

LPWSTR tagMSIFOLDER::TargetDefault

Definition at line 578 of file msipriv.h.


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