From 6a2422932bb36183ab2ec8d0909de45c3fc8db35 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 3 Sep 2004 12:10:34 +0000 Subject: r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviour for this struct and all sub-structures to be like spoolss relative pointers (where offset is relative to current position). volker will test this for me :) (This used to be commit bd45329a3fb55a5d9f006ad601ae26a80b9a563f) --- source4/librpc/idl/idl_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/idl_types.h b/source4/librpc/idl/idl_types.h index 2140d44b20..86f4e17959 100644 --- a/source4/librpc/idl/idl_types.h +++ b/source4/librpc/idl/idl_types.h @@ -80,5 +80,7 @@ */ #define NDR_PAHEX LIBNDR_PRINT_ARRAY_HEX +/* this enables spoolss style relative ptrs */ +#define RELATIVE_CURRENT LIBNDR_FLAG_RELATIVE_CURRENT #define bool8 uint8 -- cgit