aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/pipe.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-08-03 15:43:30 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-08-04 10:03:57 -0500
commit75d645c6aec0df0e02bd3aaf2fe2571d83316d4c (patch)
tree6ff150562e5c2a208de8fa38aadac4e72b8ab6a7 /src/burn/engine/pipe.h
parent25ae58ec05bec0b97038e98eec9582209c1f9583 (diff)
downloadwix-75d645c6aec0df0e02bd3aaf2fe2571d83316d4c.tar.gz
wix-75d645c6aec0df0e02bd3aaf2fe2571d83316d4c.tar.bz2
wix-75d645c6aec0df0e02bd3aaf2fe2571d83316d4c.zip
Remove unelevation code since clean room changes made it unreachable.
Diffstat (limited to 'src/burn/engine/pipe.h')
-rw-r--r--src/burn/engine/pipe.h13
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 );
83HRESULT PipeLaunchParentProcess(
84 __in LPCWSTR wzCommandLine,
85 __in int nCmdShow,
86 __in_z LPWSTR sczConnectionName,
87 __in_z LPWSTR sczSecret,
88 __in BOOL fDisableUnelevate
89 );
90HRESULT PipeLaunchChildProcess(
91 __in_z LPCWSTR wzExecutablePath,
92 __in BURN_PIPE_CONNECTION* pConnection,
93 __in BOOL fElevate,
94 __in_opt HWND hwndParent
95 );
96HRESULT PipeWaitForChildConnect( 83HRESULT PipeWaitForChildConnect(
97 __in BURN_PIPE_CONNECTION* pConnection 84 __in BURN_PIPE_CONNECTION* pConnection
98 ); 85 );