S-280: Vulnerability in Windows


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) S-280: Vulnerability in Windows
# 1  
Old 04-25-2008
S-280: Vulnerability in Windows

Microsoft is investigating a new public report of a vulnerability which could allow elevation of privilege from authenticated user to LocalSystem, affecting Windows XP Professional Servcie Pack 2 and all supported versions and editions of Windows Server 2003, Windows Vista, and Windows Server 2008. The risk is MEDIUM. Could allow elevation of privilege.


More...
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)