Jacek Caban (@jacek) commented about dlls/jscript/jsdisp.idl:
UINT32 func_iid;
};
+const unsigned int PROPF_ARGMASK = 0x00ff;
The mask is not something external callers should use, let's leave it private. Also, the whole commit could be just squashed into the last commit.