Nitification icon uses the hWnd and uID members to identify which icon in the system tray is to be modified. Having said that, you cannot modify the hWnd associated with the notification icon.

If you want to set a different hWnd, you can remove the original notification icon and add a new one using NIM_ADD.

Hope this will help you