diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/polcutil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/polcutil.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/polcutil.h b/src/libs/dutil/WixToolset.DUtil/inc/polcutil.h index 13618043..7c873b80 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/polcutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/polcutil.h | |||
@@ -34,6 +34,20 @@ HRESULT DAPI PolcReadString( | |||
34 | __deref_out_z LPWSTR* pscz | 34 | __deref_out_z LPWSTR* pscz |
35 | ); | 35 | ); |
36 | 36 | ||
37 | /******************************************************************** | ||
38 | PolcReadUnexpandedString - reads a string from policy, without expanding it. | ||
39 | |||
40 | NOTE: S_FALSE returned if policy not set. | ||
41 | NOTE: out is set to default on S_FALSE or any error. | ||
42 | ********************************************************************/ | ||
43 | HRESULT DAPI PolcReadUnexpandedString( | ||
44 | __in_z LPCWSTR wzPolicyPath, | ||
45 | __in_z LPCWSTR wzPolicyName, | ||
46 | __in_z_opt LPCWSTR wzDefault, | ||
47 | __inout BOOL* pfNeedsExpansion, | ||
48 | __deref_out_z LPWSTR* pscz | ||
49 | ); | ||
50 | |||
37 | #ifdef __cplusplus | 51 | #ifdef __cplusplus |
38 | } | 52 | } |
39 | #endif | 53 | #endif |