CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

From: Patrick Parks Microsoft Win32 SDK Forum · API-Win32s August 9, 1993 11:49 AM
I don't use the printed manuals much… still, it's nice when they match the online material. I just received my Final NT/Win32s 1.1 system. The online looks great. But my printed programmers reference has chapter 1, 2, 2-pages from chapter 4, chapter 5, chapter 1, 2, … i.e., it's a…
GWL_USERDATA Bug? Message #51262
From: Patrick Parks Microsoft Win32 SDK Forum · API-Win32s August 9, 1993 11:49 AM
Does Get/SetWindowLong officially support GWL_USERDATA under Win32s? If so there's a bug in SetWindowLong. It always returns 1 regardless of value that was previously stored in this slot. It's clear that GWL_USERDATA uses some kind of special handling since it's value is -21 (not exactly a multiple of 4). Once…