src/Framework/Msi/MsiView.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace AppSecInc {
00004 namespace Msi {
00005 
00007 class MsiView
00008 {
00009  public:
00010         MsiView();
00011         MsiView(MSIHANDLE h);
00012     ~MsiView();
00013         void operator =(MSIHANDLE h);
00014         operator MSIHANDLE();
00015         MSIHANDLE* operator &();
00016 private:
00017         MSIHANDLE m_h;
00018 };
00019 
00020 }}


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com