diff options
-rw-r--r-- | source4/build/pidl/NOTES.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/pidl/NOTES.txt b/source4/build/pidl/NOTES.txt index 09bf1e1fa8..4c6c84ee64 100644 --- a/source4/build/pidl/NOTES.txt +++ b/source4/build/pidl/NOTES.txt @@ -90,10 +90,9 @@ A fixed array looks like this: long s[10]; } Struct1; -The NDR representation looks just like 4 separate long +The NDR representation looks just like 10 separate long declarations. The array size is not encoded on the wire. - pidl also supports "inline" arrays, which are not part of the IDL/NDR standard. These are declared like this: |