A smart pointer for an MSI database. More...
#include <MsiPackage.h>
Public Member Functions | |
MsiPackage () | |
MsiPackage (const std::wstring &filepath) | |
void | Open (const std::wstring &filepath) |
void | Close () |
![]() | |
MsiHandle () | |
MsiHandle (MSIHANDLE h) | |
virtual | ~MsiHandle () |
void | operator= (MSIHANDLE h) |
virtual bool | IsOpen () const |
operator MSIHANDLE () | |
MSIHANDLE * | operator& () |
Additional Inherited Members | |
![]() | |
MSIHANDLE | m_h |
A smart pointer for an MSI database.
MsiPackage::MsiPackage | ( | ) |
MsiPackage::MsiPackage | ( | const std::wstring & | filepath | ) |
|
virtual |
Reimplemented from AppSecInc::Msi::MsiHandle.
void MsiPackage::Open | ( | const std::wstring & | filepath | ) |
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |