
The file WIN32API.TPL is a template file for use with Codewright.
It contains templates for all the WinNT 3.5 API calls that are
declared in files included by windows.h:

	winbase.h		   	 commdlg.h			  mmsystem.h       
	wingdi.h		   	 drivinit.h			  nb30.h           
	winuser.h		   	 winspool.h			  rpc.h            
	winnls.h		   	 cderr.h			  shellapi.h       
	wincon.h		   	 dde.h				  winperf.h        
	winver.h		   	 ddeml.h			  winsock.h        
	winreg.h		   	 dlgs.h				  ole2.h           
	winnetwk.h		   	 lzexpand.h			  ole.h            
					   						  winsvc.h         


A leaner version, MINWIN.TPL, just has templates for the declarations
in the following header files:

	winbase.h
	wingdi.h
	winuser.h
	winnls.h
	wincon.h
	winver.h
	winreg.h
	winnetwk.h


To use the templates, copy or move the desired .TPL file into your
Codewright directory.  Then add a line like the following to the
[Editor] section of your CWRIGHT.INI:

	ExtReadTemplateFile=.c,c:\cwright\win32api.tpl
	
substituting extensions or paths as appropriate.

Be aware that even the lean version takes a long time to read.  You
may not want to put this command into your INI file.  You could bind
a function key, menu item, or ribbon button to the above command to
read in the file only when you expressly want to.

Of course, this template set will only work when you have template
expansion turned on for the extension you're working with.

Once you have done this, template expansion will be enabled for
Windows API calls.  You need only type enough of a Windows API
name to disambiguate it from all others, and the rest of the
name will be filled in for you when you hit the <Space> key.


Created by Daniel Elbaum, Premia Corporation, March 1995.
Copyright(C) 1995 by Premia Corporation. All rights reserved.
