GetWindowModuleFileName Function<br><br>--------------------------------------------------------------------------------<br><br>The GetWindowModuleFileName function retrieves the full path and file name of the module associated with the specified window handle. <br><br>Syntax<br><br>UINT GetWindowModuleFileName( HWND hwnd,<br> LPTSTR lpszFileName,<br> UINT cchFileNameMax<br>);<br><br>不过,我用这个函数并不总能正常工作