SELFREG.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  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. #ifndef _SELFREG_H_
  14. #define _SELFREG_H_
  15. #define CHAPTER5
  16. #include <inole.h>
  17. LPSTR PszWhiteSpaceScan(LPSTR, BOOL);
  18. #endif //_SELFREG_H_