This functionality is supported only if you are using the Classic Agent.
Note: The style-mask can also take the format
0xFFFFFFFF, where ‘F’ includes the bit and ‘0’ turns it off. For example, one custom PageList might look like
0x12345678 and another of the same type might look like
0x12345679. You can class map it like:
newpageclass,0x12345678,0x12345678=PageList
newpageclass,0x12345679,0x12345679=PageList
And on and on for each one like it, or…
newpageclass,0x12345678,0xFFFFFFF0=PageList
What this says is that every instance of
newpageclass 0x1234567? should be class mapped to PageList. The last bit, being turned off, is ignored.