I am spawning an application from c++ with ShellExecute, so I have the HINSTANCE of the app. How 开发者_开发问答can I close it now using that HINSTANCE? And can I use WaitForSingleObject() to wait fo
Is there a way to forward-declare the HINSTANCE type from the WinAPI without including the full (and big) windows.h header?
During an update command I received the following error: Operation is not valid due to the current state of the object