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.

71 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1995-1999 Microsoft Corporation
  3. Module Name:
  4. pstub.h
  5. Abstract:
  6. defines for protocol stub routines
  7. Author:
  8. Charlie Wickham (charlwi) 22-Apr-1996
  9. Revision History:
  10. --*/
  11. #ifndef _PSTUB_
  12. #define _PSTUB_
  13. /* Prototypes */ /* Generated by Emacs 19.17.0 on Wed May 08 10:48:08 1996 */
  14. /*++
  15. Routine Description:
  16. Completion routine for NdisReset
  17. Arguments:
  18. See the DDK...
  19. Return Values:
  20. None
  21. --*/
  22. NDIS_STATUS
  23. ClPnPEventHandler(
  24. IN NDIS_HANDLE Handle,
  25. IN PNET_PNP_EVENT NetPnPEvent
  26. );
  27. VOID
  28. ClResetComplete(
  29. IN NDIS_HANDLE ProtocolBindingContext,
  30. IN NDIS_STATUS Status
  31. );
  32. VOID
  33. ClCoStatus(
  34. IN NDIS_HANDLE ProtocolBindingContext,
  35. IN NDIS_HANDLE ProtocolVcContext OPTIONAL,
  36. IN NDIS_STATUS GeneralStatus,
  37. IN PVOID StatusBuffer,
  38. IN UINT StatusBufferSize
  39. );
  40. VOID
  41. ClCoAfRegisterNotifyHandler(
  42. IN NDIS_HANDLE ProtocolBindingContext,
  43. IN PCO_ADDRESS_FAMILY AddressFamily);
  44. /* End Prototypes */
  45. #endif /* _PSTUB_ */
  46. /* end pstub.h */