VR-Exchange 2.2 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
portalApp
createProcess.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef createProcess_H_
7
#define createProcess_H_
8
13
14
#include <vlutil/vlFilename.h>
15
16
#include <vector>
17
18
namespace
MAKVrExchange
{
19
23
bool
DtCreateProcess
(
const
DtFilename & executableName,
24
const
DtString
&commandLine);
25
29
bool
DtCreateProcess
(
const
DtFilename & executableName,
30
const
DtString
&commandLine,
31
std::vector<DtString> environmentVariables);
32
33
}
34
35
#endif //end #ifndef createProcess_H_
Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)