aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dutil/inc/strutil.h')
-rw-r--r--src/dutil/inc/strutil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dutil/inc/strutil.h b/src/dutil/inc/strutil.h
index 1a2ed1d8..c73615aa 100644
--- a/src/dutil/inc/strutil.h
+++ b/src/dutil/inc/strutil.h
@@ -100,6 +100,11 @@ HRESULT __cdecl StrAllocConcatFormatted(
100 __in __format_string LPCWSTR wzFormat, 100 __in __format_string LPCWSTR wzFormat,
101 ... 101 ...
102 ); 102 );
103HRESULT __cdecl StrAllocConcatFormattedSecure(
104 __deref_out_z LPWSTR* ppwz,
105 __in __format_string LPCWSTR wzFormat,
106 ...
107 );
103HRESULT __cdecl StrAllocFormattedSecure( 108HRESULT __cdecl StrAllocFormattedSecure(
104 __deref_out_z LPWSTR* ppwz, 109 __deref_out_z LPWSTR* ppwz,
105 __in __format_string LPCWSTR wzFormat, 110 __in __format_string LPCWSTR wzFormat,