aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/pathutil.h')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/inc/pathutil.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
index 579b8454..0ae9f437 100644
--- a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
+++ b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
@@ -151,6 +151,22 @@ DAPI_(HRESULT) PathCreateTempDirectory(
151 ); 151 );
152 152
153/******************************************************************* 153/*******************************************************************
154 PathGetTempPath - returns the path to the temp folder
155 that is backslash terminated.
156*******************************************************************/
157DAPI_(HRESULT) PathGetTempPath(
158 __out_z LPWSTR* psczTempPath
159 );
160
161/*******************************************************************
162 PathGetSystemTempPath - returns the path to the system temp folder
163 that is backslash terminated.
164*******************************************************************/
165DAPI_(HRESULT) PathGetSystemTempPath(
166 __out_z LPWSTR* psczSystemTempPath
167 );
168
169/*******************************************************************
154 PathGetKnownFolder - returns the path to a well-known shell folder 170 PathGetKnownFolder - returns the path to a well-known shell folder
155 171
156*******************************************************************/ 172*******************************************************************/