mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
idl: Add constant for max rows buffer size
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>
(cherry picked from commit 01e901ef86
)
This commit is contained in:
parent
c101622404
commit
3e226dd1cd
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user