Source code of Windows XP (NT5)
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.

41 lines
507 B

  1. /*++
  2. Copyright (c) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. controlp.h
  5. Abstract:
  6. This module contains private declarations for the UL control channel.
  7. Author:
  8. Keith Moore (keithmo) 09-Feb-1999
  9. Revision History:
  10. --*/
  11. #ifndef _CONTROLP_H_
  12. #define _CONTROLP_H_
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. VOID
  17. UlpSetFilterChannel(
  18. IN PUL_FILTER_CHANNEL pFilterChannel,
  19. IN BOOLEAN FilterOnlySsl
  20. );
  21. #ifdef __cplusplus
  22. }; // extern "C"
  23. #endif
  24. #endif // _CONTROLP_H_