INF: How to Make SPINCUBE a Global Class

PSS ID Number: Q102483
Article last modified on 12-23-1993

3.10
WINDOWS

----------------------------------------------------------------------
The information in this article applies to:

 - Microsoft Win32 Software Development Kit (SDK) for Windows NT
   version 3.1
----------------------------------------------------------------------

The spincube class (from the SDK sample SPINCUBE) in SPINCUBE.DLL can
be made a global class that is initialized at logon time. To do this,
put the dynamic-link library (DLL) name (full path) in the registry
(the DLL registers its classes via DLL_PROCESS_ATTACH) under the
section:
   HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Windows
   APPINIT_DLLS
Once you add this key and log on again, any application in the system
can use this global class.

Additional reference words: 3.10
KBCategory:
KBSubcategory:
Copyright Microsoft Corporation 1993.