diff options
Diffstat (limited to 'librpc/idl/misc.idl')
-rw-r--r-- | librpc/idl/misc.idl | 3 |
1 files changed, 3 insertions, 0 deletions
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; |