11 lines
		
	
	
		
			341 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			341 B
		
	
	
	
		
			C
		
	
	
	
	
	
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
 | 
						|
#ifndef _globals_h
 | 
						|
#define _globals_h
 | 
						|
 | 
						|
 | 
						|
#define SZ_MODULE_NAME "hmmv.ocx"
 | 
						|
 | 
						|
extern int HmmvMessageBox(CWBEMViewContainerCtrl* phmmv, LPCTSTR szMessage, UINT uType);
 | 
						|
extern int HmmvMessageBox(CWBEMViewContainerCtrl* phmmv, UINT idsMessage, UINT uType);
 | 
						|
#endif //
 |