MAK RTIspy API Documentation for HLA Evolved
createProcess__rti__.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2005 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: createProcess__rti__.h,v $ $Revision: 1.9 $ $State: Exp $
7 *********************************************************************/
8 #ifndef createprocess__rti___H_
9 #define createprocess__rti___H_
10 
11 #include "rtiMsConfig.h"
12 #ifdef _WIN32
13 #ifndef WIN32_LEAN_AND_MEAN
14 #define WIN32_LEAN_AND_MEAN
15 #endif
16 #include <windows.h>
17 #else
18 #endif
19 #include <vlutil/vlFilename.h>
20 #include <vector>
21 
25 //
28 
30 {
42 
43 
45  const MAKRti::DtFilename& executableName,
46  const MAKRti::DtFilename& workingDirectory,
47  const std::vector<const char*>&commandLine,
48 #ifdef _WIN32
49  HANDLE childWritePipe,
50  HANDLE childReadPipe ,
51 #else
52  int childWritePipe,
53  int childReadPipe,
54 #endif
56  );
57 #endif
58 

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)