src/Tools/DSN/DSNCmdEngine.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 class DSNCmdEngine
00004 {
00005 public:
00007     TCLAP::CmdLine _cmd;
00009         TCLAP::SwitchArg _nologo;
00011     TCLAP::UnlabeledValueArg<std::wstring> _operation;
00013     TCLAP::UnlabeledMultiArg<std::wstring> _params;
00015     TCLAP::SwitchArg _system;
00016     TCLAP::SwitchArg _user;
00018     TCLAP::ValueArg<std::wstring> _driver;
00019 public:
00020     DSNCmdEngine(int argc, wchar_t * argv[]);
00022     void Execute();
00023 };


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