Changeset 14 for rxprtutl/trunk/notes


Ignore:
Timestamp:
May 3, 2013, 7:18:10 PM (12 years ago)
Author:
Alex Taylor
Message:

Added RPUPortInfo function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rxprtutl/trunk/notes

    r13 r14  
    1818      To convert <number> to USHORT:  ushort = REVERSE( X2C( D2X( number, 4 )))
    1919      To convert <number> to ULONG:   ulong  = REVERSE( X2C( D2X( number, 8 )))
     20
     21      Fixed-length string (character array) fields MUST append a 0 byte to
     22      the end of the string value, and SHOULD pad the rest of the array (up
     23      to the defined length) with 0 bytes as well.
    2024
    2125
     
    183187  END
    184188
     189(At least version 1.03 of SMB.PDR is required.)
     190
Note: See TracChangeset for help on using the changeset viewer.