INFO: Global Classes in Win32 (80382)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
This article was previously published under Q80382 SUMMARY
Under 16-bit Windows, when an application wants to check whether or not a
window class has been previously registered in the system, it typically
checks hPrevInstance. Under 32-bit Windows and Windows NT,
hPreviousInstance is always FALSE, because a class definition is not
available outside the process context of the process that registers it.
Thus, code that checks hPreviousInstance will always register the window
class.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbinfo kbWndw kbWndwClass KB80382 |
---|
|