Trouble installing iTunes or QuickTime for Windows


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Trouble installing iTunes or QuickTime for Windows
# 1  
Old 10-14-2008
Trouble installing iTunes or QuickTime for Windows

If you are having trouble installing iTunes or QuickTime for Windows, follow the troubleshooting suggestions described in this article.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Tk_HWNDToWindow(3TK)					       Tk Library Procedures					      Tk_HWNDToWindow(3TK)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_HWNDToWindow - Find Tk's window information for a Windows window SYNOPSIS
#include <tkPlatDecls.h> Tk_Window Tk_HWNDToWindow(hwnd) ARGUMENTS
HWND hwnd (in) Windows handle for the window. _________________________________________________________________ DESCRIPTION
Given a Windows HWND window identifier, this procedure returns the corresponding Tk_Window handle. If there is no Tk_Window corresponding to hwnd then NULL is returned. KEYWORDS
Windows window id ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ NOTES
Source for Tk is available on http://opensolaris.org. Tk Tk_HWNDToWindow(3TK)