From e4523e3c8f68752da65bedd3c1559c78b3be67a2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 19 Feb 2010 15:55:28 +1100 Subject: misc.idl: Add reference to the slightly odd representation of if_version I found this confusing, so explian for the next poor programmer who has to get up to speed with this quickly. Andrew Bartlett --- librpc/idl/misc.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'librpc/idl/misc.idl') diff --git a/librpc/idl/misc.idl b/librpc/idl/misc.idl index adaac9a533..a60d30bef2 100644 --- a/librpc/idl/misc.idl +++ b/librpc/idl/misc.idl @@ -21,6 +21,9 @@ interface misc typedef [public] struct { GUID uuid; + /* The major version is encoded in the 16 least significant bits, + the minor in the 16 most significant bits. + http://www.opengroup.org/onlinepubs/9629399/chap12.htm */ uint32 if_version; } ndr_syntax_id; -- cgit