ReactOS 0.4.16-dev-1-gcf26321
|
#include <msipriv.h>
Public Attributes | |
struct list | entry |
UINT | disk_id |
IStorage * | storage |
WCHAR * | stream |
UINT tagMSICABINETSTREAM::disk_id |
Definition at line 193 of file msipriv.h.
Referenced by msi_add_cabinet_stream(), and msi_get_cabinet_stream().
Definition at line 192 of file msipriv.h.
Referenced by free_package_structures(), and msi_add_cabinet_stream().
IStorage* tagMSICABINETSTREAM::storage |
Definition at line 194 of file msipriv.h.
Referenced by cabinet_open_stream(), free_package_structures(), and msi_add_cabinet_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().