diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/memutil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/memutil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/memutil.h b/src/libs/dutil/WixToolset.DUtil/inc/memutil.h index 49f86e0a..b8269269 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/memutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/memutil.h | |||
@@ -44,6 +44,13 @@ HRESULT DAPI MemEnsureArraySize( | |||
44 | __in SIZE_T cbArrayType, | 44 | __in SIZE_T cbArrayType, |
45 | __in DWORD dwGrowthCount | 45 | __in DWORD dwGrowthCount |
46 | ); | 46 | ); |
47 | HRESULT DAPI MemEnsureArraySizeForNewItems( | ||
48 | __inout LPVOID* ppvArray, | ||
49 | __in DWORD cArray, | ||
50 | __in DWORD cNewItems, | ||
51 | __in SIZE_T cbArrayType, | ||
52 | __in DWORD dwGrowthCount | ||
53 | ); | ||
47 | HRESULT DAPI MemInsertIntoArray( | 54 | HRESULT DAPI MemInsertIntoArray( |
48 | __deref_inout_bcount((cExistingArray + cInsertItems) * cbArrayType) LPVOID* ppvArray, | 55 | __deref_inout_bcount((cExistingArray + cInsertItems) * cbArrayType) LPVOID* ppvArray, |
49 | __in DWORD dwInsertIndex, | 56 | __in DWORD dwInsertIndex, |