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.

58 lines
2.1 KiB

  1. /*
  2. * user.h v0.10
  3. ****************************************************************************
  4. * *
  5. * (C) Copyright 1995 DIGITAL EQUIPMENT CORPORATION *
  6. * *
  7. * This software is an unpublished work protected under the *
  8. * the copyright laws of the United States of America, all *
  9. * rights reserved. *
  10. * *
  11. * In the event this software is licensed for use by the United *
  12. * States Government, all use, duplication or disclosure by the *
  13. * United States Government is subject to restrictions as set *
  14. * forth in either subparagraph (c)(1)(ii) of the Rights in *
  15. * Technical Data And Computer Software Clause at DFARS *
  16. * 252.227-7013, or the Commercial Computer Software Restricted *
  17. * Rights Clause at FAR 52.221-19, whichever is applicable. *
  18. * *
  19. ****************************************************************************
  20. *
  21. * Facility:
  22. *
  23. * Windows NT SNMP Extension Agent
  24. *
  25. * Abstract:
  26. *
  27. * This module is a spane holder for user definitions.
  28. *
  29. * Author:
  30. *
  31. * D. D. Burns @ WebEnable, Inc.
  32. *
  33. *
  34. * Revision History:
  35. *
  36. * V1.0 - 04/16/97 D. D. Burns Original Creation
  37. */
  38. #ifndef user_h
  39. #define user_h
  40. /*
  41. | USER.C - Function Prototypes
  42. */
  43. /* Spt_GetProcessCount - Retrieve count of number of active processes */
  44. ULONG
  45. Spt_GetProcessCount(
  46. void
  47. );
  48. /* PartitionTypeToLastArc - Convert Partition Type to Last OID Arc value */
  49. ULONG
  50. PartitionTypeToLastArc (
  51. BYTE p_type
  52. ); /* Located in "HRFSENTR.C" */
  53. #endif /* user_h */