Changing the Name of a Second Instance of an ApplicationLast reviewed: July 22, 1997Article ID: Q10856  | 
	
| 
	
 
3.00 3.10
WINDOWS
kbprg
 The information in this article applies to: 
 When running a Windows-based application with multiple instances, check hPrevInstance if you need to know if your instance is the first instance. If it is NULL, this is a new instance of static data; if it is not NULL, it is not a new instance of static data. You can give the instance a unique name by doing either of the following: 
 
  | 
	
	Additional reference words: 3.00 3.10 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |