home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap05 / selfreg / selfreg.h < prev    next >
C/C++ Source or Header  |  1995-05-03  |  459b  |  25 lines

  1. /*
  2.  * SELFREG.H
  3.  * Server Self-Registrtation Utility, Chapter 5
  4.  *
  5.  * Definitions and structures.
  6.  *
  7.  * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  8.  *
  9.  * Kraig Brockschmidt, Microsoft
  10.  * Internet  :  kraigb@microsoft.com
  11.  * Compuserve:  >INTERNET:kraigb@microsoft.com
  12.  */
  13.  
  14.  
  15. #ifndef _SELFREG_H_
  16. #define _SELFREG_H_
  17.  
  18. #define CHAPTER5
  19. #include <inole.h>
  20.  
  21.  
  22. LPSTR PszWhiteSpaceScan(LPSTR, BOOL);
  23.  
  24. #endif //_SELFREG_H_
  25.