CompuServe Archive

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

Search Results (4 messages)

From: Michael Geary Microsoft Win32 SDK Forum · API-Win32s August 4, 1993 7:44 PM
Sounds good, Lee, we'll go with that method–being cautious of course because it is undocumented. Lesser of two evils and all that… -Mike
p.s. For an "undocumented" feature, this looks like a pretty safe one to use. I got a kick out of this comment about the task structure in TDB.INC: ; DON'T YOU DARE CHANGE ANYTHING IN HERE ; OR RAOR WILL KILL YOU ; OLE DEPENDS ON THIS 3/25/91 -Mike
From: Michael Geary Microsoft Win32 SDK Forum · API-Win32s July 30, 1993 11:25 PM
Great, now I have two undocumented methods! Actually, I like your method better than mine, since at least it's documented in TDB.INC… Thanks! -Mike
I have a Windows 3.1 application that scans through the list of top-level application windows and needs to know whether a window belongs to a Win16 or Win32s application. I can of course easily get the window's instance handle, module handle, or task handle. Given any of these, is there…