I think the problem is in here :
PHP Code:
new_hwnd NULL;
                
new_hwnd FindWindow(NULLpcBuf); 
try this:

PHP Code:
new_hwnd NULL;
FindWindow(NULLpcBuf);
sprintf(new_hwndpcBuf);