Rémi Assailly wrote:
Sorry, I prefer that ;) What I wanted to know was if my implementation of GetLayout was correct before trying to implement SetLayout ( and add mirroring in all functions which need to check it ... ) or what was incorrect to fix it ! Okay, I will do what you advise me to do. I found that SetProcessDefaultLayout is not implemented, I think it will something like
BOOL WINAPI SetProcessDefaultLayout( DWORD ); in winuser.h
I correct,
SetProcessDefaultLayout, and GetProcessDefaultLayout are implemented. I do not know why I did not found them the first time...
Sorry...