b10 | b16 | field | type | size | bitfield | comment |
0 | 0 | fRouted | short | when 1, document has been routed to at least one recipient. | ||
2 | 2 | fReturnOrig | short | when 1, document should be routed to the originator after it has been routed to all recipients. | ||
4 | 4 | fTrackStatus | short | when 1, a status message is sent to the originator each time the document is forwarded to a recipient on the routing list. | ||
6 | 6 | fDirty | short | unused( should be 0) | ||
8 | 8 | nProtect | short | document protection while routing 0: recipients can make changes to the document and all changes are untracked. 1: recipients can add annotations and make changes to the document. Any changes are tracked by revision marks, and revision marking cannot be turned off. 2: recipients can only add annotations to the document. 3: recipients can enter information only in form fields. | ||
10 | A | iStage | short | index of the current recipient. | ||
12 | C | delOption | short | when 0, document is routed to each recipient in turn. when 1, document is routed to all recipients simultaneously. | ||
14 | E | cRecip | short | count of recipients. |
cbRS (count of bytes of RS) is 16 (decimal), 10 (hex).