Changeset 14 for rxprtutl/trunk/notes
- Timestamp:
- May 3, 2013, 7:18:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rxprtutl/trunk/notes
r13 r14 18 18 To convert <number> to USHORT: ushort = REVERSE( X2C( D2X( number, 4 ))) 19 19 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. 20 24 21 25 … … 183 187 END 184 188 189 (At least version 1.03 of SMB.PDR is required.) 190
Note:
See TracChangeset
for help on using the changeset viewer.