External message flags bit masks
For users who require a binary mapping of bit values to Message Flags, the External Message Flags Bit Masks table lists the externally visible bit values that are visible through Tcl.
For example, this is useful for those writing a Tcl script to convert the old format SMAT files that did not have metadata to the new style that has the metadata. msgmetaset does not work because there is no message handle. Knowing the flag names also does not work.
This table lists the binary position of each flag, so that you can
construct the FLAGS
field:
Bit | Usage |
---|---|
Bit 0x00000001 |
|
Bit 0x00000002 |
|
Bit 0x00000004 |
|
Bit 0x00000008 |
|
Bit 0x00000010 |
|
Bit 0x00000020 |
|
Bit 0x00000040 |
|
Bit 0x00000080 |
|
Bit 0x00000200 |
|
Bit 0x00000800 |
|
Bit 0x00001000 |
|
Bit 0x00002000 |
|
Bit 0x00008000 |
|
Bit 0x00010000 |
|