A smart pointer for an MSIHANDLE. More...
#include <MsiHandle.h>
Public Member Functions | |
| MsiHandle () | |
| MsiHandle (MSIHANDLE h) | |
| virtual | ~MsiHandle () |
| void | operator= (MSIHANDLE h) |
| virtual void | Close () |
| virtual bool | IsOpen () const |
| operator MSIHANDLE () | |
| MSIHANDLE * | operator& () |
Protected Attributes | |
| MSIHANDLE | m_h |
A smart pointer for an MSIHANDLE.
| MsiHandle::MsiHandle | ( | ) |
| MsiHandle::MsiHandle | ( | MSIHANDLE | h | ) |
|
virtual |
|
virtual |
Reimplemented in AppSecInc::Msi::MsiDatabase, and AppSecInc::Msi::MsiPackage.
|
inlinevirtual |
| MsiHandle::operator MSIHANDLE | ( | ) |
| MSIHANDLE * MsiHandle::operator& | ( | ) |
| void MsiHandle::operator= | ( | MSIHANDLE | h | ) |
|
protected |
| © Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |