[Issue 8872] New: Missing extended window styles (WS_EX_... enumeration) in windows header
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 22 14:03:38 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8872
Summary: Missing extended window styles (WS_EX_... enumeration)
in windows header
Product: D
Version: unspecified
Platform: All
OS/Version: Windows
Status: NEW
Severity: minor
Priority: P2
Component: druntime
AssignedTo: nobody at puremagic.com
ReportedBy: maidenphil at hotmail.com
--- Comment #0 from Phil Lavoie <maidenphil at hotmail.com> 2012-10-22 14:03:36 PDT ---
The core.sys.windows.windows header provides the values for the windows class
style enumeration (WS_...) used in conjunction with the WNDCLASSA struct and
the CreateWindowA function. However, the extended values for the WNDCLASSEXA
and CreateWindowExA struct is not provided (first parameter to the function).
Here is the link listing those:
http://msdn.microsoft.com/en-us/library/windows/desktop/ff700543(v=vs.85).aspx
Cheers!
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list