From 01e901ef869a1a87fba0e67bce311dbeb199b717 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 14 Feb 2024 12:01:28 +0000 Subject: [PATCH] idl: Add constant for max rows buffer size BUG: https://bugzilla.samba.org/show_bug.cgi?id=15579 Signed-off-by: Noel Power Reviewed-by: Volker Lendecke --- librpc/idl/wsp_data.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/librpc/idl/wsp_data.idl b/librpc/idl/wsp_data.idl index 2a94355b0b0..fde754aef81 100644 --- a/librpc/idl/wsp_data.idl +++ b/librpc/idl/wsp_data.idl @@ -11,6 +11,11 @@ interface constants * for details of this and other language id(s) */ const uint32_t WSP_DEFAULT_LCID = 0x00000409; + /* + * Max size of rows buffer in getrowsout response + * see MS-WSP 2.2.3.11 + */ + const uint32_t MAX_ROW_BUFF_SIZE = 0x0004000; /* values for guidPropertySet */ const char* DBPROPSET_FSCIFRMWRK_EXT = "A9BD1526-6A80-11D0-8C9D-0020AF1D740E"; -- 2.47.3