ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <msipriv.h>
Public Attributes | |
struct list | entry |
LPWSTR | ContentType |
MSIEXTENSION * | Extension |
LPWSTR | suffix |
LPWSTR | clsid |
MSICLASS * | Class |
MSICLASS* tagMSIMIME::Class |
Definition at line 715 of file msipriv.h.
Referenced by ACTION_RegisterMIMEInfo(), and load_mime().
LPWSTR tagMSIMIME::clsid |
Definition at line 714 of file msipriv.h.
Referenced by ACTION_RegisterMIMEInfo(), free_package_structures(), and load_mime().
LPWSTR tagMSIMIME::ContentType |
Definition at line 711 of file msipriv.h.
Referenced by ACTION_RegisterMIMEInfo(), free_package_structures(), load_given_mime(), and load_mime().
Definition at line 710 of file msipriv.h.
Referenced by free_package_structures(), and load_mime().
MSIEXTENSION* tagMSIMIME::Extension |
Definition at line 712 of file msipriv.h.
Referenced by ACTION_RegisterMIMEInfo(), and load_mime().
LPWSTR tagMSIMIME::suffix |
Definition at line 713 of file msipriv.h.
Referenced by ACTION_RegisterMIMEInfo(), free_package_structures(), and load_mime().