aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/eseutil.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-02 14:19:14 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-02 15:40:02 -0600
commit10ebf674da5df9224e4eddd3545518434c5b455b (patch)
treeea1f4063edd46e9942eab94dd7adb2f75c6c589e /src/dutil/inc/eseutil.h
parent3bbf1347b900ec115a12faf8f46965c9b7649696 (diff)
downloadwix-10ebf674da5df9224e4eddd3545518434c5b455b.tar.gz
wix-10ebf674da5df9224e4eddd3545518434c5b455b.tar.bz2
wix-10ebf674da5df9224e4eddd3545518434c5b455b.zip
Update rest of dutil to use their own source with the Exit* macros.
Fix some CA warnings.
Diffstat (limited to 'src/dutil/inc/eseutil.h')
-rw-r--r--src/dutil/inc/eseutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/eseutil.h b/src/dutil/inc/eseutil.h
index 1c408927..bea47b2b 100644
--- a/src/dutil/inc/eseutil.h
+++ b/src/dutil/inc/eseutil.h
@@ -160,7 +160,7 @@ HRESULT DAPI EseGetColumnBinary(
160 __in JET_SESID jsSession, 160 __in JET_SESID jsSession,
161 __in ESE_TABLE_SCHEMA tsTable, 161 __in ESE_TABLE_SCHEMA tsTable,
162 __in DWORD dwColumn, 162 __in DWORD dwColumn,
163 __deref_out_bcount(*piBuffer) BYTE** ppbBuffer, 163 __deref_inout_bcount(*piBuffer) BYTE** ppbBuffer,
164 __inout SIZE_T* piBuffer 164 __inout SIZE_T* piBuffer
165 ); 165 );
166HRESULT DAPI EseGetColumnDword( 166HRESULT DAPI EseGetColumnDword(