Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
552 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. wnetenum.h
  7. WNETEnum initialize and terminate functions
  8. FILE HISTORY:
  9. terryk 01-Nov-91 Created
  10. terryk 08-Nov-91 InitWNetEnum return APIERR
  11. */
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. extern APIERR InitWNetEnum();
  16. extern VOID TermWNetEnum();
  17. #ifdef __cplusplus
  18. }
  19. #endif