Is the call order guaranteed for multiple SetWindowSubclass against the same window?

550 Views Asked by At

I am using SetWindowSubclass to set up two different subclass procedures against a control (in this case, a multiline edit field).

One subclass "edit" functionality specific to edit controls and the other "base" functionality specific to any control. It seems that no matter what order I apply these in "base" is being called before "edit".

Has anyone else hit this issue?

1

There are 1 best solutions below

0
On

There is no guarantee of order, sorry.