idl: Add constant for max rows buffer size
authorNoel Power <noel.power@suse.com>
Wed, 14 Feb 2024 12:01:28 +0000 (12:01 +0000)
committerVolker Lendecke <vl@samba.org>
Sat, 17 Feb 2024 16:51:37 +0000 (16:51 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15579
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
librpc/idl/wsp_data.idl

index 2a94355b0b0dd7cad399114b1ce60d74a5e70e2b..fde754aef81debc897a9d84c501027e33a407082 100644 (file)
@@ -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";