diff options
Diffstat (limited to 'src/burn/engine/pipe.h')
-rw-r--r-- | src/burn/engine/pipe.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/burn/engine/pipe.h b/src/burn/engine/pipe.h index 429cd824..4ec6bfa2 100644 --- a/src/burn/engine/pipe.h +++ b/src/burn/engine/pipe.h | |||
@@ -80,19 +80,6 @@ HRESULT PipeCreatePipes( | |||
80 | __in BOOL fCreateCachePipe, | 80 | __in BOOL fCreateCachePipe, |
81 | __out HANDLE* phEvent | 81 | __out HANDLE* phEvent |
82 | ); | 82 | ); |
83 | HRESULT PipeLaunchParentProcess( | ||
84 | __in LPCWSTR wzCommandLine, | ||
85 | __in int nCmdShow, | ||
86 | __in_z LPWSTR sczConnectionName, | ||
87 | __in_z LPWSTR sczSecret, | ||
88 | __in BOOL fDisableUnelevate | ||
89 | ); | ||
90 | HRESULT PipeLaunchChildProcess( | ||
91 | __in_z LPCWSTR wzExecutablePath, | ||
92 | __in BURN_PIPE_CONNECTION* pConnection, | ||
93 | __in BOOL fElevate, | ||
94 | __in_opt HWND hwndParent | ||
95 | ); | ||
96 | HRESULT PipeWaitForChildConnect( | 83 | HRESULT PipeWaitForChildConnect( |
97 | __in BURN_PIPE_CONNECTION* pConnection | 84 | __in BURN_PIPE_CONNECTION* pConnection |
98 | ); | 85 | ); |