Microsoft KB Archive/102483: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (X010 moved page Microsoft KB Archive/Q102483 to Microsoft KB Archive/102483 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
 
(No difference)

Latest revision as of 18:13, 12 August 2020

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 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.