diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-06-03 16:23:17 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-06-04 14:57:11 -0500 |
commit | 13482e726fd148eaa58eb95e358e13e390d63148 (patch) | |
tree | 087fb264038cb06922299c2e7aebdc98871e7124 /src/libs/dutil/WixToolset.DUtil/inc/memutil.h | |
parent | aec32210e4be3b58a1271e0703ec23130cd9ebe3 (diff) | |
download | wix-13482e726fd148eaa58eb95e358e13e390d63148.tar.gz wix-13482e726fd148eaa58eb95e358e13e390d63148.tar.bz2 wix-13482e726fd148eaa58eb95e358e13e390d63148.zip |
Require children of thmutil Billboard elements to be BillboardPanel.
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, |