MsiImpersonatedInstall.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace AppSecInc {
4 namespace Msi {
5 
8 {
9 private:
10  AppSecInc::LSA::ImpersonatedUser m_impersonated_user;
11 public:
12  MsiImpersonatedInstall(MSIHANDLE h);
14 };
15 
16 }}
17 
A wrapper for an MSIHANDLE with MSI support functions.
Definition: MsiInstall.h:7
This class lets the calling thread manage the impersonated security context of a logged-on user...
Definition: ImpersonatedUser.h:8
A wrapper for an MSIHANDLE with MSI support functions.
Definition: MsiImpersonatedInstall.h:7
~MsiImpersonatedInstall()
Definition: MsiImpersonatedInstall.cpp:29
MsiImpersonatedInstall(MSIHANDLE h)
Definition: MsiImpersonatedInstall.cpp:6


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