Parameter Info Popup..

May 6, 2020 at 12:09pm
Hi guys .. I was wandering if I can change the winuser.h header to make show the right parameters when I write in functions.. for example if I start writing this

CreateWindowW() -> underline will appear something like this
#define CreateWindowW(a,b,c,d,e,f,g,h,i,j,k)

that shows you all parameters of the window W creation.. but I want to change it from this #define CreateWindowW(a,b,c,d,e,f,g,h,i,j,k) to how should normal look like
#define CreateWindowW (lpClassName,lpWindowName,dwStyle,x,y,nWidth,nHeight,hWndParent,hMenu,hInstance,lpParam)

So my question is do I have any option in Code::Blocks or should I change the header instead, well if I am allowed to change it.. ?
Topic archived. No new replies allowed.