MDL Syntax

Hello. New guy here...well, old new guy :D

Was a MicroStation user for many years (many years ago) and took the one and only MDL programming course that was available at the time. Getting sucked back into the MicroStation world and trying to recompile an MDL app. I'm slowly working my way through it, but have hit something I'm not sure how to fix. I looked and am not finding much in the help files.

The offending line of code is:

mdlBitMask_logicalOperation(
 (*type)->view.files[k].levels,
 view->files[j].levels,
 BITMASK_OR);

I understand the the arguments are now BitMaskP and BitMaskCP, but just have no idea what the above code is doing. Are there resources out there to explain what this syntax means?

Thanks in advance for any direction...