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.

35 lines
628 B

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. sample\mibmanager.h
  5. Abstract:
  6. The file contains the header for mib.c
  7. Revision History:
  8. MohitT June-15-1999 Created
  9. --*/
  10. #ifndef _MIBMANAGER_H_
  11. #define _MIBMANAGER_H_
  12. DWORD
  13. WINAPI
  14. MM_MibSet (
  15. IN PIPSAMPLE_MIB_SET_INPUT_DATA pimsid);
  16. DWORD
  17. WINAPI
  18. MM_MibGet (
  19. IN PIPSAMPLE_MIB_GET_INPUT_DATA pimgid,
  20. OUT PIPSAMPLE_MIB_GET_OUTPUT_DATA pimgod,
  21. IN OUT PULONG pulOutputSize,
  22. IN MODE mMode);
  23. #endif // _MIB_H_