But having read the System plugin's documentation quite a bit recently, it occurred to me that I haven't the foggiest where that 'b' is coming from. It doesn't appear to be documented.System::Call "User32::SetWindowPos(i, i, i, i, i, i, i) b (Hwnd, Hwndafter, X, Y, W, H, Flags)"
Changing the code around to..
..seems to have the exact same effect.System::Call "User32::SetWindowPos(iHwnd, iHwndafter, iX, iY, iW, iH, iFlags)"
So my question is: What purposes does the 'b' parameter serve - is it any different from specifying the values directly?