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.

49 lines
817 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. net\routing\netsh\ip\showmib.h
  5. Abstract:
  6. Prototype for fns called in ipmon.c
  7. Author:
  8. Anand Mahalingam 7/10/98
  9. --*/
  10. extern GUID g_RasmontrGuid;
  11. extern RASMON_SERVERINFO * g_pServerInfo;
  12. extern HANDLE g_hModule;
  13. extern BOOL g_bCommit;
  14. extern DWORD g_dwNumTableEntries;
  15. extern BOOL g_bRasDirty;
  16. extern ULONG g_ulNumTopCmds;
  17. extern ULONG g_ulNumGroups;
  18. extern CMD_GROUP_ENTRY g_RasCmdGroups[];
  19. extern CMD_ENTRY g_RasCmds[];
  20. DWORD
  21. WINAPI
  22. RasCommit(
  23. IN DWORD dwAction
  24. );
  25. BOOL
  26. WINAPI
  27. UserDllEntry(
  28. HINSTANCE hInstDll,
  29. DWORD fdwReason,
  30. LPVOID pReserved
  31. );
  32. DWORD
  33. WINAPI
  34. RasUnInit(
  35. IN DWORD dwReserved
  36. );