ReactOS 0.4.15-dev-7931-gfd331f1
tagMSICABINETSTREAM Struct Reference

#include <msipriv.h>

Collaboration diagram for tagMSICABINETSTREAM:

Public Attributes

struct list entry
 
UINT disk_id
 
IStoragestorage
 
WCHARstream
 

Detailed Description

Definition at line 190 of file msipriv.h.

Member Data Documentation

◆ disk_id

UINT tagMSICABINETSTREAM::disk_id

Definition at line 193 of file msipriv.h.

Referenced by msi_add_cabinet_stream(), and msi_get_cabinet_stream().

◆ entry

struct list tagMSICABINETSTREAM::entry

Definition at line 192 of file msipriv.h.

Referenced by free_package_structures(), and msi_add_cabinet_stream().

◆ storage

IStorage* tagMSICABINETSTREAM::storage

Definition at line 194 of file msipriv.h.

Referenced by cabinet_open_stream(), free_package_structures(), and msi_add_cabinet_stream().

◆ stream

WCHAR* tagMSICABINETSTREAM::stream

Definition at line 195 of file msipriv.h.

Referenced by cabinet_open_stream(), free_package_structures(), and msi_add_cabinet_stream().


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