diff options
Diffstat (limited to 'src/dutil/inc/strutil.h')
-rw-r--r-- | src/dutil/inc/strutil.h | 5 |
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 | ); |
103 | HRESULT __cdecl StrAllocConcatFormattedSecure( | ||
104 | __deref_out_z LPWSTR* ppwz, | ||
105 | __in __format_string LPCWSTR wzFormat, | ||
106 | ... | ||
107 | ); | ||
103 | HRESULT __cdecl StrAllocFormattedSecure( | 108 | HRESULT __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, |