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 | ) |
| MsiHandle::~MsiHandle | ( | ) | [virtual] |
| virtual void AppSecInc::Msi::MsiHandle::Close | ( | ) | [virtual] |
Reimplemented in AppSecInc::Msi::MsiDatabase, and AppSecInc::Msi::MsiPackage.
| virtual bool AppSecInc::Msi::MsiHandle::IsOpen | ( | ) | const [inline, virtual] |
| AppSecInc::Msi::MsiHandle::operator MSIHANDLE | ( | ) |
| MSIHANDLE* AppSecInc::Msi::MsiHandle::operator& | ( | ) |
| void AppSecInc::Msi::MsiHandle::operator= | ( | MSIHANDLE | h | ) |
MSIHANDLE AppSecInc::Msi::MsiHandle::m_h [protected] |
| © Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |